Symbol: PKT
usr/src/cmd/cmd-inet/sbin/dhcpagent/agent.c
884
if (optnum.code + optnum.size > sizeof (PKT))
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
1065
dpkt->pkt_cur_len = MAX(dpkt->pkt_cur_len, sizeof (PKT));
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
137
pkt_get_xid(const PKT *pkt, boolean_t isv6)
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
189
dpkt->pkt = (PKT *)v6;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
220
PKT *v4;
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
228
if (offsetof(PKT, options) > dpkt->pkt_max_len) {
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
235
dpkt->pkt_cur_len = offsetof(PKT, options);
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.c
324
raw_pkt += offsetof(PKT, options);
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.h
119
uint_t pkt_get_xid(const PKT *, boolean_t);
usr/src/cmd/cmd-inet/sbin/dhcpagent/packet.h
90
PKT *pkt; /* the real underlying packet */
usr/src/common/net/dhcp/dhcp_impl.h
120
PKT *pkt; /* client packet */
usr/src/common/net/dhcp/dhcpinfo.c
89
if (code + optsize > sizeof (PKT))
usr/src/common/net/dhcp/scan.c
111
PKT *pkt = pl->pkt;
usr/src/lib/libdhcpagent/common/dhcp_hostconf.c
99
PKT *pkt = NULL;
usr/src/stand/lib/inet/dhcpv4.c
1104
((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) {
usr/src/stand/lib/inet/dhcpv4.c
1139
dhcp_snd_bufp = (PKT *)bkmem_alloc(dhcp_buf_size);
usr/src/stand/lib/inet/dhcpv4.c
1140
dhcp_rcv_bufp = (PKT *)bkmem_alloc(dhcp_buf_size);
usr/src/stand/lib/inet/dhcpv4.c
132
set_hw_spec_data(PKT *p, uint8_t **opt, uint8_t *pkttype)
usr/src/stand/lib/inet/dhcpv4.c
252
PKT *s = (PKT *)dhcp_snd_bufp;
usr/src/stand/lib/inet/dhcpv4.c
253
PKT *r = (PKT *)dhcp_rcv_bufp;
usr/src/stand/lib/inet/dhcpv4.c
256
if (len < sizeof (PKT)) {
usr/src/stand/lib/inet/dhcpv4.c
266
NULL) || ((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) {
usr/src/stand/lib/inet/dhcpv4.c
295
PKT *s = (PKT *)dhcp_snd_bufp;
usr/src/stand/lib/inet/dhcpv4.c
56
static PKT *dhcp_snd_bufp, *dhcp_rcv_bufp;
usr/src/stand/lib/inet/dhcpv4.c
599
PKT *pkt;
usr/src/stand/lib/inet/dhcpv4.c
613
pkt = (PKT *)dhcp_snd_bufp;
usr/src/stand/lib/inet/dhcpv4.c
639
if (pkt_size < sizeof (PKT))
usr/src/stand/lib/inet/dhcpv4.c
640
pkt_size = sizeof (PKT);
usr/src/stand/lib/inet/dhcpv4.c
653
PKT *pkt;
usr/src/stand/lib/inet/dhcpv4.c
659
pkt = (PKT *)dhcp_snd_bufp;
usr/src/stand/lib/inet/dhcpv4.c
695
if (pkt_size < sizeof (PKT))
usr/src/stand/lib/inet/dhcpv4.c
696
pkt_size = sizeof (PKT);
usr/src/stand/lib/inet/dhcpv4.c
712
PKT *pkt, *pl_pkt;
usr/src/stand/lib/inet/dhcpv4.c
760
pkt = (PKT *)dhcp_snd_bufp;
usr/src/stand/lib/inet/dhcpv4.c
823
if (pkt_size < sizeof (PKT))
usr/src/stand/lib/inet/dhcpv4.c
824
pkt_size = sizeof (PKT);
usr/src/stand/lib/inet/dhcpv4.c
87
init_msg(PKT *pkt, uint8_t *pkttype)
usr/src/stand/lib/inet/dhcpv4.c
892
PKT *pl_pkt = state_pl->pkt;
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
467
#define HCI1394_SETTAG(PKT, VAL) ((PKT)->q1 = (((PKT)->q1) & \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
474
#define HCI1394_SETCHAN(PKT, VAL) ((PKT)->q1 = ((PKT)->q1) & \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
481
#define HCI1394_SETSY(PKT, VAL) ((PKT)->q1 = ((PKT)->q1) & \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
487
#define HCI1394_SET_ILEN(PKT, VAL) ((PKT)->q2 = (((PKT)->q1) & \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
491
#define HCI1394_IT_SET_HDR_Q1(PKT, SPD, TAG, CH, TC, SY) ((PKT)->q1 = 0 | \