Searched refs:sin_addr (Results 451 - 475 of 587) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_dns.c396 my_addr.sin_addr.s_addr = htonl(0x7f000001UL);
1177 sin.sin_addr.s_addr = htonl(0x7f000001); /* 127.0.0.1 */
1968 sin.sin_addr.s_addr = htonl(0x7f000001);
/netbsd-current/sys/net/
H A Dif_ethersubr.c249 ETHER_MAP_IP_MULTICAST(&satocsin(dst)->sin_addr, edst);
1304 if (sin->sin_addr.s_addr == INADDR_ANY) {
1314 ETHER_MAP_IP_MULTICAST(&sin->sin_addr, addrlo);
/netbsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c563 addr->sin_addr.s_addr = inet_addr(host);
564 if (addr->sin_addr.s_addr == (in_addr_t)-1 ||
565 addr->sin_addr.s_addr == 0) {
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1180 dst4->sin_addr = ip->ip_dst;
1183 dst4->sin_addr = fdp->fd_ip;
1555 dst->sin_addr = fin->fin_src;
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_table.c458 sa.sin.sin_addr = ad->pfra_ip4addr;
H A Dpfctl.c472 ((struct sockaddr_in *)resp[0]->ai_addr)->sin_addr;
510 ai_addr)->sin_addr;
582 ((struct sockaddr_in *)resp[0]->ai_addr)->sin_addr;
620 ai_addr)->sin_addr;
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c567 inet_ntoa(mnt_data->addr.sin_addr));
/netbsd-current/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c516 amu_get_myaddress(&localsocket.sin_addr, NULL);
/netbsd-current/usr.sbin/timed/timed/
H A Dmaster.c313 htp->name, inet_ntoa(htp->addr.sin_addr));
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c541 if (memcmp(&sa_in->sin_addr.s_addr, &nloopaddr,
/netbsd-current/sys/dist/pf/net/
H A Dpf_osfp.c157 sin.sin_addr = ip->ip_src;
/netbsd-current/sbin/iscsid/
H A Discsid_discover.c442 u32[3] = htonl(si->sin_addr.s_addr);
/netbsd-current/external/bsd/nsd/dist/
H A Dxfrd-notify.c213 if(memcmp(&a3->sin_addr, &dest->addr.addr,
/netbsd-current/external/ibm-public/postfix/dist/src/milter/
H A Dtest-milter.c243 print_addr = inet_ntop(AF_INET, &sin->sin_addr, buf, sizeof(buf));
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_async.c624 sin->sin_addr.s_addr = INADDR_ANY;
/netbsd-current/external/bsd/libevent/dist/test/
H A Dtest-ratelim.c348 sin.sin_addr.s_addr = htonl(0x7f000001); /* 127.0.0.1 */
/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent_async.c641 sin->sin_addr.s_addr = INADDR_ANY;
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dbpf.c429 to -> sin_addr.s_addr, to -> sin_port,
/netbsd-current/sbin/routed/
H A Dmain.c666 rsin.sin_addr.s_addr = addr;
/netbsd-current/usr.bin/sockstat/
H A Dsockstat.c670 if (si->sin_addr.s_addr != INADDR_ANY)
/netbsd-current/sys/netinet/
H A Dtcp_usrreq.c1593 error = inet4_ident_core(si4[0]->sin_addr, si4[0]->sin_port,
1594 si4[1]->sin_addr, si4[1]->sin_port,
1705 in->sin_addr = const_in4p_laddr(inp);
1711 in->sin_addr = const_in4p_faddr(inp);
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A Drpcapd.c637 inet_ntop(AF_INET, &in->sin_addr,
/netbsd-current/lib/libc/net/
H A Dgetaddrinfo.c112 #define sa4addr(sa) ((void *)&((struct sockaddr_in *)(void *)sa)->sin_addr)
151 offsetof(struct sockaddr_in, sin_addr),
1132 p = (u_char *)(void *)&sa4->sin_addr;
1996 #define SORTEDADDR(p) (((struct sockaddr_in *)(void *)(p->ai_next->ai_addr))->sin_addr.s_addr)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c237 v4 = &((struct sockaddr_in *)res->ai_addr)->sin_addr;
/netbsd-current/external/mpl/bind/dist/lib/irs/
H A Dresconf.c239 v4 = &((struct sockaddr_in *)res->ai_addr)->sin_addr;

Completed in 222 milliseconds

<<11121314151617181920>>