Home
last modified time | relevance | path

Searched refs:CD_END (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drelease.c120 (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 Dinform.c95 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_inform()
H A Dpacket.c97 if (*option == CD_END || in pkt_send_type()
327 if (opt_type == CD_END || opt_type == CD_PAD) in remove_pkt_opt()
332 if (*raw_pkt == CD_END) in remove_pkt_opt()
436 if (opt_type == CD_END || opt_type == CD_PAD) { in add_pkt_opt()
493 if (opt_type != CD_END && opt_type != CD_PAD) { in encode_dhcp_opt()
H A Dselect.c205 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_selecting()
H A Dinit_reboot.c83 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_init_reboot_v4()
H A Drenew.c499 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_extending()
H A Drequest.c324 (void) add_pkt_opt(dpkt, CD_END, NULL, 0); in dhcp_requesting()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h48 #define CD_END 255 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c287 if (*start == CD_END) in show_options()
475 while (start < vend && *start != CD_END) { in show_options()
/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c53 if (*start == CD_END) in field_scan()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c636 *opt++ = CD_END; in dhcp_decline()
692 *opt++ = CD_END; in dhcp_selecting()
812 *opt++ = CD_END; in dhcp_requesting()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c284 if (*start == CD_END) in get_dhcpv4_option()