Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h469 #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_41/usr/src/stand/lib/inet/
H A Ddhcpv4.c56 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_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.h91 PKT *pkt; /* the real underlying packet */
120 uint_t pkt_get_xid(const PKT *, boolean_t);
H A Dpacket.c136 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 DREADME.v6126 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 Dagent.c876 if (optnum.code + optnum.size > sizeof (PKT)) in ipc_event()
/titanic_41/usr/src/common/net/dhcp/
H A Ddhcp_impl.h116 PKT *pkt; /* client packet */
H A Ddhcpinfo.c91 if (code + optsize > sizeof (PKT)) in dhcp_getinfo_pl()
H A Dscan.c113 PKT *pkt = pl->pkt; in dhcp_options_scan()
/titanic_41/usr/src/uts/common/netinet/
H A Ddhcp.h199 } PKT; typedef
/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c101 PKT *pkt = NULL; in read_hostconf()