Home
last modified time | relevance | path

Searched refs:n_addrtype (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent_r.c168 nptr->n_addrtype = ne->n_addrtype; in copy_netent()
198 nptr->n_addrtype = ne->n_addrtype; in copy_netent()
H A Dgetnetent.c154 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 Dlcl_nw.c174 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 Dirpmarshall.c1324 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 Dirp_nw.c201 nw->n_addrtype == type) { in nw_byname()
H A Ddns_nw.c338 pvt->net.n_addrtype = af; in get1101answer()
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dnetdb.h48 int n_addrtype; /* net address type */ member
/titanic_50/usr/src/lib/libresolv/
H A Dnetdb.h72 int n_addrtype; /* net address type */ member
/titanic_50/usr/src/lib/libsocket/inet/
H A Dgetnetent_r.c191 net->n_addrtype = AF_INET; in str2netent()
/titanic_50/usr/src/head/
H A Dnetdb.h220 int n_addrtype; /* net address type */ member
/titanic_50/usr/src/lib/libresolv2/include/
H A Dirs.h190 int n_addrtype; /*%< net address type */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1769 if (np != NULL && np->n_addrtype == AF_INET) {
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3051 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 Difconfig.c4046 sin->sin_family = np->n_addrtype; in in_getaddr()