Searched refs:CD_END (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | release.c | 120 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in send_declines() 197 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_release()
|
H A D | inform.c | 95 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_inform()
|
H A D | select.c | 225 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_selecting()
|
H A D | init_reboot.c | 106 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_init_reboot_v4()
|
H A D | packet.c | 96 if (*option == CD_END || in pkt_send_type() 326 if (opt_type == CD_END || opt_type == CD_PAD) in remove_pkt_opt() 331 if (*raw_pkt == CD_END) in remove_pkt_opt() 446 if (opt_type == CD_END || opt_type == CD_PAD) { in add_pkt_opt()
|
H A D | renew.c | 497 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_extending()
|
H A D | request.c | 320 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_requesting()
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 49 #define CD_END 255 macro
|
/titanic_50/usr/src/common/net/dhcp/ |
H A D | scan.c | 55 if (*start == CD_END) in field_scan()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 285 if (*start == CD_END) in show_options() 473 while (start < vend && *start != CD_END) { in show_options()
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 636 *opt++ = CD_END; in dhcp_decline() 692 *opt++ = CD_END; in dhcp_selecting() 812 *opt++ = CD_END; in dhcp_requesting()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 284 if (*start == CD_END) in get_dhcpv4_option()
|