Searched defs:netp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dcommon.c39 in_addr_t *netp, /* network in host byte order */
115 *netp = in.s_addr;
38 getnet(const char *name, in_addr_t *netp, in_addr_t *maskp) argument
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c326 my_freenetconfigent(struct netconfig *netp, char *file, int line) argument
328 freenetconfigent(netp);
330 drop_alloc("GETNETCONFIGENT", netp, file, line);
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c253 freenetconfigent(struct netconfig *netp) argument
255 netconfig_free(netp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c427 get_request_info(int *contentp, char **netp, char **cidp, char **noncep, argument
454 *netp = *cidp = *noncep = NULL;
467 *netp = value;
487 if (*netp == NULL || *cidp == NULL || *noncep == NULL) {
496 if (*netp == NULL || *cidp == NULL || *docrootp == NULL) {

Completed in 53 milliseconds