Searched refs:n_addrtype (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent_r.c | 168 nptr->n_addrtype = ne->n_addrtype; in copy_netent() 198 nptr->n_addrtype = ne->n_addrtype; in copy_netent()
|
H A D | getnetent.c | 154 if (type == net_data->nw_last->n_addrtype && in getnetbyaddr_p() 295 pvt->netent.n_addrtype = AF_INET; in fakeaddr() 310 if (!nwent || nwent->n_addrtype != AF_INET) in nw_to_net() 322 pvt->netent.n_addrtype = nwent->n_addrtype; in nw_to_net()
|
H A D | lcl_nw.c | 174 if (p->n_addrtype == type && p->n_length == length) in nw_byaddr() 191 p->n_addrtype == type) in nw_byname() 195 (p->n_addrtype == type)) in nw_byname() 290 pvt->net.n_addrtype = AF_INET; in nw_next()
|
H A D | irpmarshall.c | 1324 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw() 1326 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, in irp_marshall_nw() 1448 ne->n_addrtype = naddrtype; in irp_unmarshall_nw() 1499 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_ne() 1502 if (inet_ntop(ne->n_addrtype, &nval, nNet, sizeof nNet) == NULL) { in irp_marshall_ne() 1620 ne->n_addrtype = naddrtype; in irp_unmarshall_ne() 2007 printf("\nAddrtype: %s\n", ADDR_T_STR(ne.n_addrtype)); in main() 2008 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, in main() 2012 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, in main() 2019 ne.n_addrtype = np1->n_addrtype; in main()
|
H A D | irp_nw.c | 201 nw->n_addrtype == type) { in nw_byname()
|
H A D | dns_nw.c | 338 pvt->net.n_addrtype = af; in get1101answer()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | netdb.h | 48 int n_addrtype; /* net address type */ member
|
/titanic_50/usr/src/lib/libresolv/ |
H A D | netdb.h | 72 int n_addrtype; /* net address type */ member
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | getnetent_r.c | 191 net->n_addrtype = AF_INET; in str2netent()
|
/titanic_50/usr/src/head/ |
H A D | netdb.h | 220 int n_addrtype; /* net address type */ member
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | irs.h | 190 int n_addrtype; /*%< net address type */ member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 1769 if (np != NULL && np->n_addrtype == AF_INET) {
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 3051 switch (ne->n_addrtype) { in parse_address() 3086 ne->n_addrtype); in parse_address()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 4046 sin->sin_family = np->n_addrtype; in in_getaddr()
|