Searched refs:packet_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | flow_divert_proto.h | 108 uint8_t packet_type; member
|
| H A D | flow_divert.c | 205 flow_divert_packet_type2str(uint8_t packet_type) in flow_divert_packet_type2str() argument 207 switch (packet_type) { in flow_divert_packet_type2str() 431 flow_divert_packet_init(struct flow_divert_pcb *fd_cb, uint8_t packet_type, mbuf_t *packet) in flow_divert_packet_init() argument 442 hdr.packet_type = packet_type; in flow_divert_packet_init() 3322 switch (hdr.packet_type) { in flow_divert_input() 3333 FDLOG(LOG_WARNING, &nil_pcb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input() 3341 if (hdr.packet_type != FLOW_DIVERT_PKT_CLOSE && hdr.packet_type != FLOW_DIVERT_PKT_READ_NOTIFY) { in flow_divert_input() 3342 …from group %d for an unknown pcb: %u", flow_divert_packet_type2str(hdr.packet_type), group->ctl_un… in flow_divert_input() 3347 switch (hdr.packet_type) { in flow_divert_input() 3364 FDLOG(LOG_WARNING, fd_cb, "got an unknown message type: %d", hdr.packet_type); in flow_divert_input()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp.h | 54 u_int8_t packet_type; member
|