Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h467 #define HCI1394_SETTAG(PKT, VAL) ((PKT)->q1 = (((PKT)->q1) & \ argument
474 #define HCI1394_SETCHAN(PKT, VAL) ((PKT)->q1 = ((PKT)->q1) & \ argument
481 #define HCI1394_SETSY(PKT, VAL) ((PKT)->q1 = ((PKT)->q1) & \ argument
487 #define HCI1394_SET_ILEN(PKT, VAL) ((PKT)->q2 = (((PKT)->q1) & \ argument
491 #define HCI1394_IT_SET_HDR_Q1(PKT, SPD, TAG, CH, TC, SY) ((PKT)->q1 = 0 | \ argument
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c252 PKT *s = (PKT *)dhcp_snd_bufp; in bootp_collect()
253 PKT *r = (PKT *)dhcp_rcv_bufp; in bootp_collect()
256 if (len < sizeof (PKT)) { in bootp_collect()
295 PKT *s = (PKT *)dhcp_snd_bufp; in bootp_success()
599 PKT *pkt; in dhcp_decline()
613 pkt = (PKT *)dhcp_snd_bufp; in dhcp_decline()
640 pkt_size = sizeof (PKT); in dhcp_decline()
653 PKT *pkt; in dhcp_selecting()
696 pkt_size = sizeof (PKT); in dhcp_selecting()
712 PKT *pkt, *pl_pkt; in dhcp_requesting()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.h90 PKT *pkt; /* the real underlying packet */
119 uint_t pkt_get_xid(const PKT *, boolean_t);
H A Dpacket.c137 pkt_get_xid(const PKT *pkt, boolean_t isv6) in pkt_get_xid()
189 dpkt->pkt = (PKT *)v6; in init_pkt()
220 PKT *v4; in init_pkt()
228 if (offsetof(PKT, options) > dpkt->pkt_max_len) { in init_pkt()
235 dpkt->pkt_cur_len = offsetof(PKT, options); in init_pkt()
324 raw_pkt += offsetof(PKT, options); in remove_pkt_opt()
1065 dpkt->pkt_cur_len = MAX(dpkt->pkt_cur_len, sizeof (PKT)); in send_pkt()
H A DREADME.v6124 Packets are handled using PKT (struct dhcp; <netinet/dhcp.h>),
126 dhcp_pkt; "packet.h"). PKT is just the RFC 2131 DHCP packet
128 PKT_LIST contains a PKT pointer, length, decoded option arrays, and
130 PKT pointer and length values suitable for modifying the packet.
135 The basic PKT structure is used in dhcpagent, inetboot, in.dhcpd,
377 roughly equivalent to PKT for IPv4.
H A Dagent.c884 if (optnum.code + optnum.size > sizeof (PKT)) in ipc_event()
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h120 PKT *pkt; /* client packet */
H A Ddhcpinfo.c89 if (code + optsize > sizeof (PKT)) in dhcp_getinfo_pl()
H A Dscan.c111 PKT *pkt = pl->pkt; in dhcp_options_scan()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h205 } PKT; typedef
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c99 PKT *pkt = NULL; in read_hostconf()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1515 …\texttt{tx\_tc} & tx traffic class. 0 - regular tc, or for loopback use PURE\_LB\_TC or PKT\_LB\_T…