Searched refs:netinfo (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/protocols/
H A Drouted.h70 struct netinfo { struct
75 struct netinfo { struct
128 struct netinfo ru_nets[1]; /* variable length... */
205 / sizeof (struct netinfo) +1)
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c769 netdfs_setinfo_100(dfs_path_t *path, netdfs_info100_t *netinfo) argument
773 char *cmnt = (char *)netinfo->comment;
791 netdfs_setinfo_101(dfs_path_t *path, netdfs_info101_t *netinfo, argument
802 info.i_state = netinfo->state;
804 target.t_state = netinfo->state;
824 netdfs_setinfo_102(dfs_path_t *path, netdfs_info102_t *netinfo) argument
830 info.i_timeout = netinfo->timeout;
844 netdfs_setinfo_103(dfs_path_t *path, netdfs_info103_t *netinfo) argument
851 netinfo->property_flags & netinfo
865 netdfs_setinfo_104(dfs_path_t *path, netdfs_info104_t *netinfo, const char *t_server, const char *t_share) argument
904 netdfs_setinfo_105(dfs_path_t *path, netdfs_info105_t *netinfo) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c112 struct netinfo { struct
113 struct netinfo *next;
122 #define NULLNET (struct netinfo *)0
123 static struct netinfo zeronet = { NULL, NULL, NULL, NULL, NULL, NULL, NULL };
124 static struct netinfo *firstnet = NULLNET;
125 static struct netinfo *lastnet = NULLNET;
126 static struct netinfo *netsnip = NULLNET;
916 struct netinfo *net, *prevnet, *comp;
995 sizeof (struct netinfo), 0);
1046 struct netinfo *ne
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip6.c123 len -= sizeof (struct netinfo);
H A Dsnoop_rip.c48 const struct netinfo *nip;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dniprop.c56 # include <netinfo/ni.h>
108 ** in one of netinfo domains we need to search (starting
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h159 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof (struct netinfo)*2)
569 struct netinfo *n;
570 struct netinfo *base;
571 struct netinfo *lim;
711 struct netinfo *, uint16_t);
H A Dinput.c165 struct netinfo *n, *lim;
218 lim = n + (cc - 4) / sizeof (struct netinfo);
1062 struct netinfo *n,
1469 (len - 4) / sizeof (struct netinfo));
H A Drtquery.c554 struct netinfo *n, *lim;
616 lim = n + (size - 4) / sizeof (struct netinfo);
H A Dtrace.c1112 struct netinfo *n, *lim;
1145 lim = n + (size - 4) / sizeof (struct netinfo);

Completed in 151 milliseconds