Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ ! |
| H A D | flow_divert_proto.h | 95 uint8_t packet_type; member
|
| H A D | flow_divert.c | 195 flow_divert_packet_type2str(uint8_t packet_type) in flow_divert_packet_type2str() argument 197 switch (packet_type) { in flow_divert_packet_type2str() 363 flow_divert_packet_init(struct flow_divert_pcb *fd_cb, uint8_t packet_type, mbuf_t *packet) in flow_divert_packet_init() argument 374 hdr.packet_type = packet_type; in flow_divert_packet_init() 3026 switch (hdr.packet_type) { in flow_divert_input() 3034 FDLOG(LOG_WARNING, &nil_pcb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input() 3042 if (hdr.packet_type != FLOW_DIVERT_PKT_CLOSE && hdr.packet_type != FLOW_DIVERT_PKT_READ_NOTIFY) { in flow_divert_input() 3043 …from group %d for an unknown pcb: %u", flow_divert_packet_type2str(hdr.packet_type), group->ctl_un… in flow_divert_input() 3048 switch (hdr.packet_type) { in flow_divert_input() 3065 FDLOG(LOG_WARNING, fd_cb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input()
|
| /xnu-8019.80.24/bsd/net/ ! |
| H A D | necp.h | 48 u_int8_t packet_type; member
|