Searched refs:n_net (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/Win32/Src/
H A Dgetnetent.c85 net.n_net = inet_network(cp);
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dacl.c330 addr.s_addr = ntohl(net->n_net);
411 mask.s_addr = ntohl(net->n_net);
548 mask.s_addr = ntohl(net->n_net);
578 addr.s_addr = ntohl(net->n_net);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h131 uint32_t n_net; /* network # */ member in struct:netent
H A Dds_module.c1082 if (0 != _extract_uint32_from_xpc_array_index(reply, i++, (uint32_t *)&tmp.n_net)) return NULL;
1092 item = (si_item_t *)LI_ils_create("L4488s*44", (unsigned long)si, CATEGORY_NETWORK, 1, valid_global, valid_cat, tmp.n_name, tmp.n_aliases, tmp.n_addrtype, tmp.n_net);
1112 tmp.n_net = 0;
1129 else if (!strcmp(key, "n_net"))
1131 status |= _extract_uint32_from_xpc_object(value, (uint32_t *)&tmp.n_net);
1143 item = (si_item_t *)LI_ils_create("L4488s*44", (unsigned long)si, CATEGORY_NETWORK, 1, valid_global, valid_cat, tmp.n_name, tmp.n_aliases, tmp.n_addrtype, tmp.n_net);
H A Dsi_module.c408 if (num == ent.n->n_net) return 1;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dnametoaddr.c152 return np->n_net;
/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Daf_inet.c165 sin->sin_addr = inet_makeaddr(np->n_net, INADDR_ANY);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dtimed.c259 nt->net = nentp->n_net;
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c1056 ((np = getnetbyname(s)) != NULL && (val = np->n_net) != 0))) {
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dauth.c2345 a = htonl ((u_int32_t)np->n_net);
/macosx-10.9.5/NFS-81/nfsd/
H A Dmountd.c4489 inetaddr = inet_makeaddr(np->n_net, 0);
4508 inetaddr2 = inet_makeaddr(np->n_net, 0);

Completed in 233 milliseconds