| /xnu-11215.81.4/bsd/netinet/ |
| H A D | inp_log.c | 47 socklen_t lbuflen, char *__sized_by(fbuflen) fbuf, in inp_log_addresses() 56 strlcpy(fbuf, "<IPv6-redacted>", fbuflen); in inp_log_addresses() 59 strlcpy(fbuf, "<IPv4-redacted>", fbuflen); in inp_log_addresses() 75 inet_ntop(AF_INET6, (void *)&addr6, fbuf, fbuflen); in inp_log_addresses() 77 inet_ntop(AF_INET6, (void *)&inp->in6p_faddr, fbuf, fbuflen); in inp_log_addresses() 81 inet_ntop(AF_INET, (void *)&inp->inp_faddr.s_addr, fbuf, fbuflen); in inp_log_addresses()
|
| H A D | in_pcblist.c | 602 char fbuf[MAX_IPv6_STR_LEN + 6] = {}; in inpcb_get_if_ports_used() local 611 fbuf, sizeof(fbuf)); in inpcb_get_if_ports_used() 616 fbuf, sizeof(fbuf)); in inpcb_get_if_ports_used() 622 lbuf, ntohs(inp->inp_lport), fbuf, ntohs(inp->inp_fport), in inpcb_get_if_ports_used() 699 char fbuf[MAX_IPv6_STR_LEN + 6] = {}; in inpcb_get_if_ports_used() local 708 fbuf, sizeof(fbuf)); in inpcb_get_if_ports_used() 713 fbuf, sizeof(fbuf)); in inpcb_get_if_ports_used() 719 lbuf, ntohs(inp->inp_lport), fbuf, ntohs(inp->inp_fport), in inpcb_get_if_ports_used()
|
| H A D | tcp_log.c | 179 char *__sized_by(fbuflen) fbuf, socklen_t fbuflen) in tcp_log_inp_addresses() 187 strlcpy(fbuf, "<IPv6-redacted>", fbuflen); in tcp_log_inp_addresses() 190 strlcpy(fbuf, "<IPv4-redacted>", fbuflen); in tcp_log_inp_addresses() 206 inet_ntop(AF_INET6, (void *)&addr6, fbuf, fbuflen); in tcp_log_inp_addresses() 208 inet_ntop(AF_INET6, (void *)&inp->in6p_faddr, fbuf, fbuflen); in tcp_log_inp_addresses() 212 inet_ntop(AF_INET, (void *)&inp->inp_faddr.s_addr, fbuf, fbuflen); in tcp_log_inp_addresses() 684 char *__sized_by(fbuflen) fbuf, socklen_t fbuflen) in tcp_log_pkt_addresses() 716 strlcpy(fbuf, "<IPv6-redacted>", fbuflen); in tcp_log_pkt_addresses() 719 inet_ntop(AF_INET6, &dst_addr6, fbuf, fbuflen); in tcp_log_pkt_addresses() 722 inet_ntop(AF_INET6, &src_addr6, fbuf, fbuflen); in tcp_log_pkt_addresses() [all …]
|
| H A D | inp_log.h | 39 socklen_t lbuflen, char *__sized_by(fbuflen) fbuf,
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | if_ports_used.c | 953 char fbuf[MAX_IPv6_STR_LEN] = {}; in net_port_info_log_npi() local 959 fbuf, sizeof(fbuf)); in net_port_info_log_npi() 964 fbuf, sizeof(fbuf)); in net_port_info_log_npi() 974 fbuf, ntohs(npi->npi_foreign_port), in net_port_info_log_npi() 1135 char fbuf[MAX_IPv6_STR_LEN] = {}; in net_port_info_log_una_wake_event() local 1141 fbuf, sizeof(fbuf)); in net_port_info_log_una_wake_event() 1146 fbuf, sizeof(fbuf)); in net_port_info_log_una_wake_event() 1154 fbuf, ntohs(ev->una_wake_pkt_foreign_port), in net_port_info_log_una_wake_event() 1163 char fbuf[MAX_IPv6_STR_LEN] = {}; in net_port_info_log_wake_event() local 1169 fbuf, sizeof(fbuf)); in net_port_info_log_wake_event() [all …]
|
| /xnu-11215.81.4/bsd/skywalk/namespace/ |
| H A D | netns.c | 1844 char fbuf[MAX_IPv6_STR_LEN + 6] = {}; in netns_local_port_scan_flow_entry() local 1856 fbuf, sizeof(fbuf)); in netns_local_port_scan_flow_entry() 1863 fbuf, sizeof(fbuf)); in netns_local_port_scan_flow_entry() 1871 lbuf, ntohs(lport), fbuf, ntohs(fport), in netns_local_port_scan_flow_entry() 1883 char fbuf[MAX_IPv6_STR_LEN + 6] = {}; in netns_local_port_scan_flow_entry() local 1895 fbuf, sizeof(fbuf)); in netns_local_port_scan_flow_entry() 1902 fbuf, sizeof(fbuf)); in netns_local_port_scan_flow_entry() 1910 lbuf, ntohs(lport), fbuf, ntohs(fport), in netns_local_port_scan_flow_entry()
|