Searched refs:netinfo (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | netstat.c | 78 static struct netinfo *enter(struct in_conninfo *, uint8_t, int, const char *); 97 struct netinfo { struct 98 TAILQ_ENTRY(netinfo) chain; 112 static TAILQ_HEAD(netinfohead, netinfo) netcb = TAILQ_HEAD_INITIALIZER(netcb); argument 121 struct netinfo *p; in closenetstat() 171 struct netinfo *p; in fetchnetstat_kvm() 233 struct netinfo *p; in fetchnetstat_sysctl() 319 struct netinfo *p; in enter_kvm() 331 struct netinfo *p; in enter_sysctl() 339 static struct netinfo * [all …]
|
/freebsd/include/protocols/ |
H A D | routed.h | 61 struct netinfo { struct 66 struct netinfo { argument 108 struct netinfo ru_nets[1]; 141 / sizeof(struct netinfo) +1)
|
/freebsd/sbin/routed/ |
H A D | defs.h | 140 #define OVER_MAXPACKETSIZE (MAXPACKETSIZE+sizeof(struct netinfo)*2) 412 struct netinfo *n; 413 struct netinfo *base; 414 struct netinfo *lim;
|
H A D | input.c | 35 static void input_route(naddr, naddr, struct rt_spare *, struct netinfo *); 137 struct netinfo *n, *lim; in input() 175 lim = (struct netinfo *)((char*)rip + cc); in input() 777 struct netinfo *n) in input_route()
|
H A D | trace.c | 872 struct netinfo *n, *lim; in trace_rip() 903 lim = (struct netinfo *)((char*)msg + size); in trace_rip()
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.c | 110 static int getnet(char *, struct netinfo *); 583 struct netinfo *n, *lim; in rip_input() 632 lim = (struct netinfo *)((char*)n + size) - 1; in rip_input() 792 struct netinfo *rt) in getnet()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 384 * lib/krb5/config_file_netinfo.c: moved netinfo code here from 1243 * configure.in: --enable-netinfo
|
H A D | ChangeLog.1998 | 1955 * lib/krb5/config_file.c: Add netinfo support from Luke Howard
|
/freebsd/contrib/ntp/ |
H A D | config.h.in | 646 /* Define to 1 if you have the <netinfo/ni.h> header file. */
|
H A D | configure.ac | 341 AC_CHECK_HEADERS([netinfo/ni.h])
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 8840 Add "netinfo" (NeXT NetInfo) map class. Maps can have a -k flag to
|