Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146642652
D13382.id36290.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
776 B
Referenced Files
None
Subscribers
None
D13382.id36290.diff
View Options
Index: head/stand/libsa/bootp.h
===================================================================
--- head/stand/libsa/bootp.h
+++ head/stand/libsa/bootp.h
@@ -146,6 +146,4 @@
extern struct bootp *bootp_response;
extern size_t bootp_response_size;
-int dhcp_try_rfc1048(u_char *cp, u_int len);
-
#endif /* _BOOTP_H_ */
Index: head/stand/libsa/bootp.c
===================================================================
--- head/stand/libsa/bootp.c
+++ head/stand/libsa/bootp.c
@@ -355,17 +355,6 @@
return (-1);
}
-int
-dhcp_try_rfc1048(u_char *cp, u_int len)
-{
-
- expected_dhcpmsgtype = DHCPACK;
- if (bcmp(vm_rfc1048, cp, sizeof(vm_rfc1048)) == 0) {
- return (vend_rfc1048(cp, len));
- }
- return (-1);
-}
-
static int
vend_rfc1048(u_char *cp, u_int len)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 8:56 AM (5 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29275329
Default Alt Text
D13382.id36290.diff (776 B)
Attached To
Mode
D13382: dhcp_try_rfc1048() is not used any more
Attached
Detach File
Event Timeline
Log In to Comment