Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | flow_divert_proto.h | 108 uint8_t packet_type; member
|
| H A D | flow_divert.c | 200 flow_divert_packet_type2str(uint8_t packet_type) in flow_divert_packet_type2str() argument 202 switch (packet_type) { in flow_divert_packet_type2str() 440 flow_divert_packet_init(struct flow_divert_pcb *fd_cb, uint8_t packet_type, mbuf_ref_t *packet) in flow_divert_packet_init() argument 451 hdr.packet_type = packet_type; in flow_divert_packet_init() 3291 switch (hdr.packet_type) { in flow_divert_input() 3302 FDLOG(LOG_WARNING, &nil_pcb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input() 3310 if (hdr.packet_type != FLOW_DIVERT_PKT_CLOSE && hdr.packet_type != FLOW_DIVERT_PKT_READ_NOTIFY) { in flow_divert_input() 3311 …from group %d for an unknown pcb: %u", flow_divert_packet_type2str(hdr.packet_type), group->ctl_un… in flow_divert_input() 3321 switch (hdr.packet_type) { in flow_divert_input() 3338 FDLOG(LOG_WARNING, fd_cb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | necp.h | 56 u_int8_t packet_type; member
|