Home
last modified time | relevance | path

Searched refs:straddr (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/modules/netgraph/atm/atmbase/
H A DMakefile13 SRCS= ngatmbase.c unimsg_common.c straddr.c \
/freebsd-13.1/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c266 static char straddr[INET6_ADDRSTRLEN]; in inet_ntoa6() local
268 inet_ntop(AF_INET6, sin6_addr, straddr, sizeof(straddr)); in inet_ntoa6()
269 return (straddr); in inet_ntoa6()
/freebsd-13.1/lib/libngatm/
H A DMakefile21 SRCS= unimsg.c unimsg_common.c straddr.c \
/freebsd-13.1/usr.bin/truss/
H A Dsyscalls.c1894 psaddr_t straddr; in print_arg() local
1896 straddr = user_ptr32_to_psaddr(u.strarray32[i]); in print_arg()
1898 straddr = (psaddr_t)u.strarray64[i]; in print_arg()
1905 if (straddr == 0) in print_arg()
1907 string = get_string(pid, straddr, 0); in print_arg()
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc_ops.c387 const char *straddr = stoa(&paddr); in peerlist() local
390 if (strcmp(strhost,straddr)) in peerlist()
391 (void) fprintf(fp, " (%s)\n", straddr); in peerlist()
/freebsd-13.1/sys/conf/
H A Dfiles664 contrib/ngatm/netnatm/misc/straddr.c optional ngatm_atmbase \