Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | flow_divert_proto.h | 97 uint8_t packet_type; member
|
| H A D | flow_divert.c | 201 flow_divert_packet_type2str(uint8_t packet_type) in flow_divert_packet_type2str() argument 203 switch (packet_type) { in flow_divert_packet_type2str() 394 flow_divert_packet_init(struct flow_divert_pcb *fd_cb, uint8_t packet_type, mbuf_t *packet) in flow_divert_packet_init() argument 405 hdr.packet_type = packet_type; in flow_divert_packet_init() 3152 switch (hdr.packet_type) { in flow_divert_input() 3160 FDLOG(LOG_WARNING, &nil_pcb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input() 3168 if (hdr.packet_type != FLOW_DIVERT_PKT_CLOSE && hdr.packet_type != FLOW_DIVERT_PKT_READ_NOTIFY) { in flow_divert_input() 3169 …from group %d for an unknown pcb: %u", flow_divert_packet_type2str(hdr.packet_type), group->ctl_un… in flow_divert_input() 3174 switch (hdr.packet_type) { in flow_divert_input() 3191 FDLOG(LOG_WARNING, fd_cb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | necp.h | 54 u_int8_t packet_type; member
|