Searched refs:CD_END (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinform.c95 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
H A Drelease.c120 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
197 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
H A Dselect.c225 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
H A Dinit_reboot.c106 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
H A Dpacket.c96 if (*option == CD_END ||
326 if (opt_type == CD_END || opt_type == CD_PAD)
331 if (*raw_pkt == CD_END)
445 /* CD_END and CD_PAD options don't have a length field */
446 if (opt_type == CD_END || opt_type == CD_PAD) {
H A Drenew.c497 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
H A Drequest.c320 (void) add_pkt_opt(dpkt, CD_END, NULL, 0);
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Ddhcp.h49 #define CD_END 255 macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dgeneric.c468 *optp = CD_END;
597 *optp = CD_END;
602 *main_optp++ = CD_END;
H A Ddhcp.c966 *optp = CD_END;
/opensolaris-onvv-gate/usr/src/common/net/dhcp/
H A Dscan.c55 if (*start == CD_END)
67 /* all options besides CD_END and CD_PAD should have a len */
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c285 if (*start == CD_END)
473 while (start < vend && *start != CD_END) {
484 start = vend; /* in case CD_END found */
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c636 *opt++ = CD_END;
692 *opt++ = CD_END;
812 *opt++ = CD_END;
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c268 if (*start == CD_END)

Completed in 82 milliseconds