Searched refs:netinfo (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/head/protocols/ |
H A D | routed.h | 70 struct netinfo { struct 75 struct netinfo { argument 128 struct netinfo ru_nets[1]; /* variable length... */ 205 / sizeof (struct netinfo) +1)
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | netdfs.c | 769 netdfs_setinfo_100(dfs_path_t *path, netdfs_info100_t *netinfo) in netdfs_setinfo_100() argument 773 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_100() 791 netdfs_setinfo_101(dfs_path_t *path, netdfs_info101_t *netinfo, in netdfs_setinfo_101() argument 802 info.i_state = netinfo->state; in netdfs_setinfo_101() 804 target.t_state = netinfo->state; in netdfs_setinfo_101() 824 netdfs_setinfo_102(dfs_path_t *path, netdfs_info102_t *netinfo) in netdfs_setinfo_102() argument 830 info.i_timeout = netinfo->timeout; in netdfs_setinfo_102() 844 netdfs_setinfo_103(dfs_path_t *path, netdfs_info103_t *netinfo) in netdfs_setinfo_103() argument 851 netinfo->property_flags & netinfo->property_flag_mask; in netdfs_setinfo_103() 865 netdfs_setinfo_104(dfs_path_t *path, netdfs_info104_t *netinfo, in netdfs_setinfo_104() argument [all …]
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 112 struct netinfo { struct 113 struct netinfo *next; argument 122 #define NULLNET (struct netinfo *)0 argument 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; in init_net() 995 sizeof (struct netinfo), 0); in init_net() 1046 struct netinfo *net; in netinfo_load()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | defs.h | 159 #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 D | input.c | 165 struct netinfo *n, *lim; in input() 218 lim = n + (cc - 4) / sizeof (struct netinfo); in input() 1062 struct netinfo *n, in input_route() 1469 (len - 4) / sizeof (struct netinfo)); in ck_passwd()
|
H A D | rtquery.c | 554 struct netinfo *n, *lim; in rip_input() 616 lim = n + (size - 4) / sizeof (struct netinfo); in rip_input()
|
H A D | trace.c | 1112 struct netinfo *n, *lim; in trace_rip() 1145 lim = n + (size - 4) / sizeof (struct netinfo); in trace_rip()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rip6.c | 123 len -= sizeof (struct netinfo); in interpret_rip6()
|
H A D | snoop_rip.c | 48 const struct netinfo *nip; in interpret_rip()
|
/titanic_50/usr/src/man/man9f/ |
H A D | Makefile | 374 netinfo.9f \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 370 file path=usr/share/man/man9f/netinfo.9f
|