Home
last modified time | relevance | path

Searched refs:fbuflen (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dinp_log.c47 socklen_t lbuflen, char *__sized_by(fbuflen) fbuf, in inp_log_addresses()
48 socklen_t fbuflen) in inp_log_addresses() argument
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 Dinp_log.h39 socklen_t lbuflen, char *__sized_by(fbuflen) fbuf,
40 socklen_t fbuflen);
H A Dtcp_log.c179 char *__sized_by(fbuflen) fbuf, socklen_t fbuflen) in tcp_log_inp_addresses() argument
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()
679 char *__sized_by(fbuflen) fbuf, socklen_t fbuflen) in tcp_log_pkt_addresses() argument
711 strlcpy(fbuf, "<IPv6-redacted>", fbuflen); in tcp_log_pkt_addresses()
714 inet_ntop(AF_INET6, &dst_addr6, fbuf, fbuflen); in tcp_log_pkt_addresses()
717 inet_ntop(AF_INET6, &src_addr6, fbuf, fbuflen); in tcp_log_pkt_addresses()
[all …]