Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ ! |
| H A D | flow_divert_proto.h | 96 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() 3042 switch (hdr.packet_type) { in flow_divert_input() 3050 FDLOG(LOG_WARNING, &nil_pcb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input() 3058 if (hdr.packet_type != FLOW_DIVERT_PKT_CLOSE && hdr.packet_type != FLOW_DIVERT_PKT_READ_NOTIFY) { in flow_divert_input() 3059 …from group %d for an unknown pcb: %u", flow_divert_packet_type2str(hdr.packet_type), group->ctl_un… in flow_divert_input() 3064 switch (hdr.packet_type) { in flow_divert_input() 3081 FDLOG(LOG_WARNING, fd_cb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input()
|
| /xnu-8792.41.9/bsd/net/ ! |
| H A D | necp.h | 54 u_int8_t packet_type; member
|