Searched refs:nsap (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/lib/libc/resolv/ |
| HD | 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-head/contrib/tcpdump/ |
| HD | 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
|
| HD | 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()
|
| HD | CONTRIBUTING.md | 282 GET_ISONSAP_STRING(nsap, nsap_length)
|
| /freebsd-head/sys/kern/ |
| HD | kern_sig.c | 1021 struct sigaction *nsap, *osap; in osigaction() local 1027 nsap = (uap->nsa != NULL) ? &nsa : NULL; in osigaction() 1030 if (nsap) { in osigaction() 1034 nsap->sa_handler = sa.sa_handler; in osigaction() 1035 nsap->sa_flags = sa.sa_flags; in osigaction() 1036 OSIG2SIG(sa.sa_mask, nsap->sa_mask); in osigaction() 1038 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); in osigaction() 1547 struct sigaction *nsap, *osap; in osigvec() local 1552 nsap = (uap->nsv != NULL) ? &nsa : NULL; in osigvec() 1554 if (nsap) { in osigvec() [all …]
|
| /freebsd-head/contrib/unbound/testdata/ |
| HD | test_ldnsrr.c3 | 474 ninfo.types-signed.wb.sidnlabs.nl. 3600 IN NSEC nsap.types-signed.wb.sidnlabs.nl. RRSIG NSEC TYPE56 478 nsap.types-signed.wb.sidnlabs.nl. 60 IN NSAP 0x012345 480 nsap.types-signed.wb.sidnlabs.nl. 60 IN RRSIG NSAP 8 5 60 20140201000000 20130930114324 62298 types… 482 nsap.types-signed.wb.sidnlabs.nl. 3600 IN NSEC nsap01.types-signed.wb.sidnlabs.nl. NSAP RRSIG NSEC 484 nsap.types-signed.wb.sidnlabs.nl. 3600 IN RRSIG NSEC 8 5 3600 20140201000000 20130930114324 62298 t…
|
| /freebsd-head/contrib/unbound/doc/ |
| HD | Changelog | 7366 - Fix for hex to string in unknown, atma and nsap.
|