/netbsd-src/usr.bin/rump_dhcpclient/ |
H A D | net.h | 85 const struct interface *iface; member 100 #define get_mtu(iface) do_mtu(iface, 0) argument 101 #define set_mtu(iface, mtu) do_mtu(iface, mtu) argument 115 #define add_address(iface, addr, net, brd) \ argument 117 #define del_address(iface, addr, net) \ argument 119 #define has_address(iface, addr, net) \ argument 121 #define get_address(iface, addr, net, dst) \ argument 126 #define add_route(iface, dest, mask, gate, metric) \ argument 128 #define change_route(iface, dest, mask, gate, metric) \ argument 130 #define del_route(iface, dest, mask, gate, metric) \ argument [all …]
|
H A D | configure.c | 126 n_route(struct rt *rt, const struct interface *iface) in n_route() 151 c_route(struct rt *ort, struct rt *nrt, const struct interface *iface) in c_route() 173 d_route(struct rt *rt, const struct interface *iface, int metric) in d_route() 207 add_subnet_route(struct rt *rt, const struct interface *iface) in add_subnet_route() 227 get_routes(const struct interface *iface) in get_routes() 258 massage_host_routes(struct rt *rt, const struct interface *iface) in massage_host_routes() 270 add_destination_route(struct rt *rt, const struct interface *iface) in add_destination_route() 394 delete_address(struct interface *iface) in delete_address() 416 configure(struct interface *iface) in configure()
|
H A D | bpf.c | 53 open_socket(struct interface *iface, int protocol) in open_socket() 137 send_raw_packet(const struct interface *iface, int protocol, in send_raw_packet() 161 get_raw_packet(struct interface *iface, int protocol, in get_raw_packet()
|
H A D | if-bsd.c | 73 if_init(_unused struct interface *iface) in if_init() 80 if_conf(_unused struct interface *iface) in if_conf() 135 if_address(const struct interface *iface, const struct in_addr *address, in if_address() 172 if_route(const struct interface *iface, const struct in_addr *dest, in if_route()
|
/netbsd-src/external/bsd/ipf/dist/iplang/ |
H A D | iplang.h | 8 typedef struct iface { struct 13 struct iface *if_next; argument 19 struct iface *snd_if; argument
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
H A D | armada-80x0.dtsi | 24 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument 25 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument 45 #define CP11X_PCIEx_MEM_BASE(iface) (0xfa000000 + (iface * 0x1000000)) argument 46 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
H A D | cn9130.dtsi | 22 #define CP11X_PCIEx_MEM_BASE(iface) ((iface == 0) ? 0xc0000000 : \ argument 24 #define CP11X_PCIEx_MEM_SIZE(iface) ((iface == 0) ? 0x1ff00000 : 0xf00000) argument
|
H A D | armada-70x0.dtsi | 22 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument 23 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
H A D | cn9131-db.dtsi | 61 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) argument 62 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
H A D | cn9132-db.dtsi | 79 #define CP11X_PCIEx_MEM_BASE(iface) (0xe5000000 + (iface * 0x1000000)) argument 80 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
/netbsd-src/usr.sbin/iwictl/ |
H A D | iwictl.c | 62 char *iface = NULL; in main() local 111 do_req(const char *iface, unsigned long req, void *data) in do_req() 132 get_radio_state(const char *iface) in get_radio_state() 205 get_statistics(const char *iface) in get_statistics()
|
/netbsd-src/usr.sbin/wiconfig/ |
H A D | wiconfig.c | 151 wi_apscan(char *iface) in wi_apscan() 290 wi_getval(char *iface, struct wi_req *wreq) in wi_getval() 317 wi_setval(char *iface, struct wi_req *wreq) in wi_setval() 369 wi_setstr(char *iface, int code, char *str) in wi_setstr() 389 wi_setbytes(char *iface, int code, char *bytes, int len) in wi_setbytes() 405 wi_setword(char *iface, int code, int word) in wi_setword() 421 wi_sethex(char *iface, int code, char *str) in wi_sethex() 631 wi_checkwifi(char *iface) in wi_checkwifi() 655 wi_dumpinfo(char *iface) in wi_dumpinfo() 747 wi_dumpstats(char *iface) in wi_dumpstats() [all …]
|
/netbsd-src/usr.sbin/ipwctl/ |
H A D | ipwctl.c | 63 const char *iface; in main() local 108 do_req(const char *iface, unsigned long req, void *data) in do_req() 128 get_radio_state(const char *iface) in get_radio_state() 332 get_statistics(const char *iface) in get_statistics()
|
/netbsd-src/usr.sbin/altq/libaltq/ |
H A D | qop_fifoq.c | 171 struct fifoq_interface iface; in fifoq_attach() local 207 struct fifoq_interface iface; in fifoq_detach() local 225 struct fifoq_interface iface; in fifoq_enable() local 238 struct fifoq_interface iface; in fifoq_disable() local
|
H A D | qop_wfq.c | 204 struct wfq_interface iface; in wfq_attach() local 245 struct wfq_interface iface; in wfq_detach() local 263 struct wfq_interface iface; in wfq_enable() local 276 struct wfq_interface iface; in wfq_disable() local
|
H A D | qop_blue.c | 200 struct blue_interface iface; in blue_attach() local 239 struct blue_interface iface; in blue_detach() local 257 struct blue_interface iface; in blue_enable() local 270 struct blue_interface iface; in blue_disable() local
|
H A D | qop_red.c | 229 struct red_interface iface; in red_attach() local 269 struct red_interface iface; in red_detach() local 287 struct red_interface iface; in red_enable() local 300 struct red_interface iface; in red_disable() local
|
H A D | qop_rio.c | 273 struct rio_interface iface; in rio_attach() local 313 struct rio_interface iface; in rio_detach() local 331 struct rio_interface iface; in rio_enable() local 344 struct rio_interface iface; in rio_disable() local
|
H A D | qop_priq.c | 349 struct priq_interface iface; in priq_attach() local 374 struct priq_interface iface; in priq_detach() local 392 struct priq_interface iface; in priq_clear() local 405 struct priq_interface iface; in priq_enable() local 418 struct priq_interface iface; in priq_disable() local
|
/netbsd-src/external/bsd/wpa/dist/src/ap/ |
H A D | eth_p_oui.c | 33 struct eth_p_oui_iface *iface; member 53 struct eth_p_oui_iface *iface = ctx; in eth_p_rx() local 91 struct eth_p_oui_iface *iface; in eth_p_oui_register() local 143 struct eth_p_oui_iface *iface; in eth_p_oui_unregister() local 164 struct eth_p_oui_iface *iface = ctx->iface; in eth_p_oui_send() local
|
H A D | ap_list.h | 44 static inline int ap_list_init(struct hostapd_iface *iface) in ap_list_init() 49 static inline void ap_list_deinit(struct hostapd_iface *iface) in ap_list_deinit() 53 static inline void ap_list_timer(struct hostapd_iface *iface) in ap_list_timer()
|
H A D | airtime_policy.h | 37 static inline int airtime_policy_update_init(struct hostapd_iface *iface) in airtime_policy_update_init() 42 static inline void airtime_policy_update_deinit(struct hostapd_iface *iface) in airtime_policy_update_deinit()
|
/netbsd-src/sys/dev/usb/ |
H A D | usbdi.c | 147 usbd_dump_iface(struct usbd_interface *iface) in usbd_dump_iface() 228 usbd_open_pipe(struct usbd_interface *iface, uint8_t address, in usbd_open_pipe() 236 usbd_open_pipe_ival(struct usbd_interface *iface, uint8_t address, in usbd_open_pipe_ival() 295 usbd_open_pipe_intr(struct usbd_interface *iface, uint8_t address, in usbd_open_pipe_intr() 780 usbd_get_interface_descriptor(struct usbd_interface *iface) in usbd_get_interface_descriptor() 796 usbd_interface2endpoint_descriptor(struct usbd_interface *iface, uint8_t index) in usbd_interface2endpoint_descriptor() 896 usbd_endpoint_count(struct usbd_interface *iface, uint8_t *count) in usbd_endpoint_count() 916 usbd_interface2device_handle(struct usbd_interface *iface, in usbd_interface2device_handle() 925 uint8_t ifaceno, struct usbd_interface **iface) in usbd_device2interface_handle() 946 usbd_set_interface(struct usbd_interface *iface, int altidx) in usbd_set_interface() [all …]
|
/netbsd-src/sys/altq/ |
H A D | altq_priq.h | 50 struct priq_interface iface; member 71 struct priq_interface iface; member 76 struct priq_interface iface; member 84 struct priq_interface iface; member 92 struct priq_interface iface; member 113 struct priq_interface iface; member
|
H A D | altq_cdnr.h | 82 struct cdnr_interface iface; member 89 struct cdnr_interface iface; member 95 struct cdnr_interface iface; member 104 struct cdnr_interface iface; member 110 struct cdnr_interface iface; member 118 struct cdnr_interface iface; member 130 struct cdnr_interface iface; member 138 struct cdnr_interface iface; member 147 struct cdnr_interface iface; member 159 struct cdnr_interface iface; member [all …]
|