Searched refs:nsap (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_send.c | 421 struct sockaddr *nsap; in res_nsend() local 423 nsap = get_nsaddr(statp, ns); in res_nsend() 424 nsaplen = get_salen(nsap); in res_nsend() 434 act = (*statp->qhook)(&nsap, &buf, &buflen, in res_nsend() 462 getnameinfo(nsap, nsaplen, abuf, sizeof(abuf), in res_nsend() 520 act = (*statp->rhook)(nsap, buf, buflen, in res_nsend() 621 struct sockaddr *nsap; in send_vc() local 632 nsap = get_nsaddr(statp, ns); in send_vc() 633 nsaplen = get_salen(nsap); in send_vc() 646 !sock_eq((struct sockaddr *)&peer, nsap)) { in send_vc() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | addrtoname.h | 97 get_isonsap_string(netdissect_options *ndo, const uint8_t *nsap, in get_isonsap_string() argument 100 if (!ND_TTEST_LEN(nsap, nsap_length)) in get_isonsap_string() 102 return isonsap_string(ndo, nsap, nsap_length); in get_isonsap_string() 124 #define GET_ISONSAP_STRING(nsap, nsap_length) get_isonsap_string(ndo, (const u_char *)(nsap), nsap_… argument
|
H A D | addrtoname.c | 515 lookup_nsap(netdissect_options *ndo, const u_char *nsap, in lookup_nsap() argument 523 ensap = nsap + nsap_length - 6; in lookup_nsap() 536 memcmp((const char *)nsap, in lookup_nsap() 548 memcpy((char *)&tp->e_nsap[1], (const char *)nsap, nsap_length); in lookup_nsap() 702 isonsap_string(netdissect_options *ndo, const uint8_t *nsap, in isonsap_string() argument 712 tp = lookup_nsap(ndo, nsap, nsap_length); in isonsap_string() 722 cp = octet_to_hex(cp, *nsap++); in isonsap_string()
|
H A D | CONTRIBUTING.md | 282 GET_ISONSAP_STRING(nsap, nsap_length)
|
/freebsd/sys/kern/ |
H A D | kern_sig.c | 1006 struct sigaction *nsap, *osap; in osigaction() local 1012 nsap = (uap->nsa != NULL) ? &nsa : NULL; in osigaction() 1015 if (nsap) { in osigaction() 1019 nsap->sa_handler = sa.sa_handler; in osigaction() 1020 nsap->sa_flags = sa.sa_flags; in osigaction() 1021 OSIG2SIG(sa.sa_mask, nsap->sa_mask); in osigaction() 1023 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); in osigaction() 1532 struct sigaction *nsap, *osap; in osigvec() local 1537 nsap = (uap->nsv != NULL) ? &nsa : NULL; in osigvec() 1539 if (nsap) { in osigvec() [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 7101 - Fix for hex to string in unknown, atma and nsap.
|