Home
last modified time | relevance | path

Searched defs:interface_info (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/dhclient/
Ddhcpd.h194 struct interface_info { struct
195 struct interface_info *next; argument
196 struct hardware hw_address;
197 struct in_addr primary_address;
198 char name[IFNAMSIZ];
199 int rfdesc;
200 int wfdesc;
201 int ufdesc;
202 unsigned char *rbuf;
203 size_t rbuf_max;
[all …]
/freebsd-10-stable/contrib/ntp/include/
Dntpd.h104 typedef struct interface_info { struct
107 } interface_info_t; argument
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_request.c2694 fill_info_if_stats(void *data, interface_info_t *interface_info) in fill_info_if_stats()