Searched refs:PKT (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_descriptors.h | 469 #define HCI1394_SETTAG(PKT, VAL) ((PKT)->q1 = (((PKT)->q1) & \ argument 476 #define HCI1394_SETCHAN(PKT, VAL) ((PKT)->q1 = ((PKT)->q1) & \ argument 483 #define HCI1394_SETSY(PKT, VAL) ((PKT)->q1 = ((PKT)->q1) & \ argument 489 #define HCI1394_SET_ILEN(PKT, VAL) ((PKT)->q2 = (((PKT)->q1) & \ argument 493 #define HCI1394_IT_SET_HDR_Q1(PKT, SPD, TAG, CH, TC, SY) ((PKT)->q1 = 0 | \ argument
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 56 static PKT *dhcp_snd_bufp, *dhcp_rcv_bufp; 87 init_msg(PKT *pkt, uint8_t *pkttype) in init_msg() 132 set_hw_spec_data(PKT *p, uint8_t **opt, uint8_t *pkttype) in set_hw_spec_data() 252 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() 266 NULL) || ((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) { 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() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.h | 91 PKT *pkt; /* the real underlying packet */ 120 uint_t pkt_get_xid(const PKT *, boolean_t);
|
H A D | packet.c | 136 pkt_get_xid(const PKT *pkt, boolean_t isv6) in pkt_get_xid() 188 dpkt->pkt = (PKT *)v6; in init_pkt() 219 PKT *v4; in init_pkt() 227 if (offsetof(PKT, options) > dpkt->pkt_max_len) { in init_pkt() 234 dpkt->pkt_cur_len = offsetof(PKT, options); in init_pkt() 323 raw_pkt += offsetof(PKT, options); in remove_pkt_opt() 1032 dpkt->pkt_cur_len = MAX(dpkt->pkt_cur_len, sizeof (PKT)); in send_pkt()
|
H A D | README.v6 | 126 Packets are handled using PKT (struct dhcp; <netinet/dhcp.h>), 128 dhcp_pkt; "packet.h"). PKT is just the RFC 2131 DHCP packet 130 PKT_LIST contains a PKT pointer, length, decoded option arrays, and 132 PKT pointer and length values suitable for modifying the packet. 137 The basic PKT structure is used in dhcpagent, inetboot, in.dhcpd, 379 roughly equivalent to PKT for IPv4.
|
H A D | agent.c | 876 if (optnum.code + optnum.size > sizeof (PKT)) in ipc_event()
|
/titanic_44/usr/src/common/net/dhcp/ |
H A D | dhcp_impl.h | 116 PKT *pkt; /* client packet */
|
H A D | dhcpinfo.c | 91 if (code + optsize > sizeof (PKT)) in dhcp_getinfo_pl()
|
H A D | scan.c | 113 PKT *pkt = pl->pkt; in dhcp_options_scan()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 199 } PKT; typedef
|
/titanic_44/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_hostconf.c | 101 PKT *pkt = NULL; in read_hostconf()
|