Searched refs:in_endpoints (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | udp_usrreq.c | 247 struct in_endpoints udp_port_unreach_rlc_state; 303 bzero(&udp_port_unreach_rlc_state, sizeof(struct in_endpoints)); in udp_init() 3249 udp_port_unreach_rlc_common(struct in_endpoints *flow) in udp_port_unreach_rlc_common() 3263 bcmp(flow, &udp_port_unreach_rlc_state, sizeof(struct in_endpoints)) == 0)) { in udp_port_unreach_rlc_common() 3275 bcopy(flow, &udp_port_unreach_rlc_state, sizeof(struct in_endpoints)); in udp_port_unreach_rlc_common() 3296 struct in_endpoints flow; in udp_port_unreach_rlc_compress() 3302 bzero(&flow, sizeof(struct in_endpoints)); in udp_port_unreach_rlc_compress() 3316 struct in_endpoints flow; in udp6_port_unreach_rlc_compress() 3322 bzero(&flow, sizeof(struct in_endpoints)); in udp6_port_unreach_rlc_compress()
|
| H A D | in_pcb.h | 741 struct in_endpoints { struct
|
| H A D | tcp_subr.c | 318 static struct in_endpoints tcp_rst_rlc_state; 345 struct in_endpoints flow; in tcp_rst_rlc_compress() 374 bcmp(&flow, &tcp_rst_rlc_state, sizeof(struct in_endpoints)) == 0)) { in tcp_rst_rlc_compress() 387 bcopy(&flow, &tcp_rst_rlc_state, sizeof(struct in_endpoints)); in tcp_rst_rlc_compress() 752 bzero(&tcp_rst_rlc_state, sizeof(struct in_endpoints)); in tcp_init()
|