Searched refs:p_raddr (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | uipc_domain.c | 1139 struct sockaddr *p_raddr, uint16_t lport, uint16_t rport, uint8_t protocol, in protoctl_event_enqueue_nwk_wq_entry() argument 1154 if (p_raddr != NULL) { in protoctl_event_enqueue_nwk_wq_entry() 1155 SOCKADDR_COPY(p_raddr, in protoctl_event_enqueue_nwk_wq_entry()
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | protosw.h | 354 struct sockaddr *p_raddr, uint16_t lport, uint16_t rport, uint8_t protocol,
|
| /xnu-10002.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1173 struct ifnet *ifp, struct sockaddr *p_laddr, struct sockaddr *p_raddr, in fsw_protoctl_event_callback() argument 1191 if (lport == 0 || rport == 0 || p_laddr == NULL || p_raddr == NULL) { in fsw_protoctl_event_callback() 1213 fk.fk_dst4 = SIN(p_raddr)->sin_addr; in fsw_protoctl_event_callback() 1225 fk.fk_dst6 = SIN6(p_raddr)->sin6_addr; in fsw_protoctl_event_callback()
|