Home
last modified time | relevance | path

Searched refs:nnet (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1379 long nnet; in irp_unmarshall_nw() local
1434 nnet = 0; in irp_unmarshall_nw()
1435 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_nw()
1446 ne->n_addr = malloc(sizeof nnet); in irp_unmarshall_nw()
1451 memcpy(ne->n_addr, &nnet, sizeof nnet); in irp_unmarshall_nw()
1553 long nnet; in irp_unmarshall_ne() local
1608 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet); in irp_unmarshall_ne()
1612 nnet = ntohl(nnet); in irp_unmarshall_ne()
1617 ne->n_net = nnet; in irp_unmarshall_ne()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2623 int nnet, naddr, err = 0, j; in add_net_for_linkid() local
2634 nnet = 0; /* number of net resources */ in add_net_for_linkid()
2638 nnet++; in add_net_for_linkid()
2641 zlen = nnet * (INET6_ADDRSTRLEN + 1); in add_net_for_linkid()
2642 astr = calloc(1, nnet * sizeof (uintptr_t)); in add_net_for_linkid()
2715 assert(naddr <= nnet); in add_net_for_linkid()
2785 routes = calloc(1, nnet * sizeof (*routes)); in add_net_for_linkid()
2813 assert(j <= nnet); in add_net_for_linkid()