Searched refs:INADDRSZ (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | map_v4v6.c | 87 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in _map_v4v6_hostent()
|
H A D | gethostbyht.c | 123 len = INADDRSZ; in gethostent_p()
|
H A D | getaddrinfo.c | 2114 if (type == T_A && n != INADDRSZ) { in getanswer()
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 904 INADDRSZ); 907 INADDRSZ, data, 0, 0, ad); 1408 # define IN_ADDRSZ INADDRSZ 1449 sz = INADDRSZ; 1469 memmove(h->h_addr_list[i], rr->rr_u.rr_a, INADDRSZ); 1542 memmove(&ia, h->h_addr_list[i], INADDRSZ);
|
H A D | daemon.c | 1706 INADDRSZ); 2527 INADDRSZ); 2935 INADDRSZ); 3547 return memcmp(ha, (char *) &sa->sin.sin_addr, INADDRSZ); 3562 return memcmp(a + IN6ADDRSZ - INADDRSZ, ha, INADDRSZ); 4303 INADDRSZ, AF_INET); 4500 &s6a->s6_addr[IN6ADDRSZ - INADDRSZ], 4676 INADDRSZ, AF_INET);
|
H A D | sendmail.h | 313 #ifndef INADDRSZ 314 # define INADDRSZ 4 /* size of an IPv4 address in bytes */ macro
|
H A D | main.c | 812 if (hp->h_length != INADDRSZ) 815 memmove(&ia, hp->h_addr_list[i], INADDRSZ);
|
H A D | milter.c | 985 hp->h_addr, INADDRSZ); 1130 INADDRSZ);
|
H A D | map.c | 8561 hp->h_addr, INADDRSZ); 8636 INADDRSZ);
|
H A D | conf.c | 4526 INADDRSZ);
|
/freebsd/contrib/sendmail/mail.local/ |
H A D | mail.local.c | 132 #ifndef INADDRSZ 133 # define INADDRSZ 4 /* size of an IPv4 address in bytes */ macro 1609 hp->h_length != INADDRSZ) 1613 memcpy(&addr.sin_addr, hp->h_addr, INADDRSZ);
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 109 #define INADDRSZ NS_INADDRSZ macro
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dnslookup.c | 493 len = INADDRSZ; in yp_async_lookup_addr()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 303 he4 = gethostbyaddr(addr, INADDRSZ, AF_INET); in hosts()
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | listener.c | 402 INADDRSZ);
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 971 * define INADDRSZ if it's not found (e.g, HP/UX doesn't seem to have
|