/freebsd/sbin/routed/ |
H A D | defs.h | 237 struct interface { struct 240 struct interface *int_ahash, **int_ahash_prev; argument 241 struct interface *int_bhash, **int_bhash_prev; argument 242 struct interface *int_nhash, **int_nhash_prev; argument 263 u_char int_adj_outmetric; /* instead of interface metric */ argument 286 #define IS_ALIAS 0x0000001 /* interface alias */ argument
|
/freebsd/crypto/krb5/doc/admin/conf_files/ |
H A D | krb5_conf.rst | 782 .. _pwqual: 804 .. _kadm5_hook: 815 .. _kadm5_auth: 835 .. _clpreauth: 837 .. _kdcpreauth: 881 .. _localauth: 916 .. _certauth:
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_helpers.c | 26 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() 82 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() 148 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() 234 char *interface, in properties_get_or_set() 287 char *interface; in properties_handler() local 605 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties() 657 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal() 699 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal() 733 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal() 860 const char *path, const char *interface, in wpa_dbus_mark_property_changed() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.h | 28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init() 34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
|
/freebsd/contrib/kyua/engine/execenv/ |
H A D | execenv.hpp | 50 class interface { class 60 interface(const model::test_program& test_program, in interface() function in engine::execenv::interface
|
/freebsd/lib/libc/net/ |
H A D | sourcefilter.c | 140 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in setipv4sourcefilter() 210 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, in getipv4sourcefilter() 275 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, in setsourcefilter() 332 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, in getsourcefilter()
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | plugin.c | 135 register_module(krb5_context context, struct plugin_interface *interface, in register_module() 306 struct plugin_interface *interface = &context->plugins[id]; in configure_interface() local 396 struct plugin_interface *interface = get_interface(context, interface_id); in k5_plugin_load() local 426 struct plugin_interface *interface = get_interface(context, interface_id); in k5_plugin_load_all() local 467 struct plugin_interface *interface = get_interface(context, interface_id); in k5_plugin_register() local 485 struct plugin_interface *interface = get_interface(context, interface_id); in k5_plugin_register_dyn() local
|
/freebsd/tools/tools/mcgrab/ |
H A D | mcgrab.cc | 89 void grab(char *interface, struct in_addr *group, int number, int block) { in grab() 160 char* interface = 0; ///< Name of the interface in main() local
|
/freebsd/contrib/ntp/include/ |
H A D | ntp.h | 185 char name[32]; /* name of interface */ argument 175 struct interface { global() struct 188 flagsinterface global() argument 206 peercntinterface global() argument [all...] |
/freebsd/contrib/kyua/store/ |
H A D | migrate_v1_v2.sql | 104 interface TEXT NOT NULL field 149 interface TEXT NOT NULL, field
|
H A D | schema_v3.sql | 166 interface TEXT NOT NULL field
|
/freebsd/tools/tools/mctest/ |
H A D | mctest.cc | 94 int sink(char *interface, struct in_addr *group, int pkt_size, int number, in sink() 297 int source(char *interface, struct in_addr *group, int pkt_size, in source() 451 char* interface = 0; ///< Name of the interface in main() local
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 37 def interfaceAdded(interface, properties): argument 40 def interfaceRemoved(interface): argument
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | usb.c | 824 struct usb_interface *interface) in ath10k_usb_setup_pipe_resources() 934 struct usb_interface *interface) in ath10k_usb_create() 992 static int ath10k_usb_probe(struct usb_interface *interface, in ath10k_usb_probe() 1063 static void ath10k_usb_remove(struct usb_interface *interface) in ath10k_usb_remove() 1080 static int ath10k_usb_pm_suspend(struct usb_interface *interface, in ath10k_usb_pm_suspend() 1089 static int ath10k_usb_pm_resume(struct usb_interface *interface) in ath10k_usb_pm_resume()
|
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile.cpp | 214 const std::string& interface = *iter; in parser() local 325 callback_test_program(const std::string& interface, in callback_test_program() 425 const std::string interface = state.to_string(state.upvalue_index(1)); in lua_generic_test_program() local
|
H A D | scheduler.hpp | 86 class interface { class
|
H A D | scheduler.cpp | 203 const std::shared_ptr< scheduler::interface > interface; member 384 list_test_cases( in list_test_cases() 468 run_test_program( in run_test_program() 523 run_test_cleanup( in run_test_cleanup() 1046 const std::shared_ptr< scheduler::interface > interface = in spawn_cleanup() local 1235 const std::shared_ptr< scheduler::interface > interface = find_interface( in list_tests() local 1290 const std::shared_ptr< scheduler::interface > interface = find_interface( in spawn_test() local
|
/freebsd/tests/sys/net/bpf/ |
H A D | bpf_multi_read.c | 44 const char *interface; in main() local
|
/freebsd/sbin/dhclient/ |
H A D | bpf.c | 339 send_packet_priv(struct interface_info *interface, struct imsg_hdr *hdr, int fd) in send_packet_priv() 397 receive_packet(struct interface_info *interface, unsigned char *buf, in receive_packet()
|
/freebsd/stand/efi/libefi/ |
H A D | libefi.c | 52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) in OpenProtocolByHandle()
|
/freebsd/lib/libusb/ |
H A D | libusb10.c | 936 libusb_kernel_driver_active(struct libusb20_device *pdev, int interface) in libusb_kernel_driver_active() 948 libusb_get_driver_np(struct libusb20_device *pdev, int interface, in libusb_get_driver_np() 955 libusb_get_driver(struct libusb20_device *pdev, int interface, in libusb_get_driver() 983 libusb_detach_kernel_driver_np(struct libusb20_device *pdev, int interface) in libusb_detach_kernel_driver_np() 989 libusb_detach_kernel_driver(struct libusb20_device *pdev, int interface) in libusb_detach_kernel_driver() 1003 libusb_attach_kernel_driver(struct libusb20_device *pdev, int interface) in libusb_attach_kernel_driver()
|
H A D | libusb01.c | 766 usb_claim_interface(usb_dev_handle * dev, int interface) in usb_claim_interface() 776 usb_release_interface(usb_dev_handle * dev, int interface) in usb_release_interface() 982 usb_get_driver_np(usb_dev_handle * dev, int interface, char *name, int namelen) in usb_get_driver_np() 1010 usb_detach_kernel_driver_np(usb_dev_handle * dev, int interface) in usb_detach_kernel_driver_np()
|
/freebsd/crypto/krb5/doc/pdf/ |
H A D | plugindev.tex | 786 \subsection{NegoEx modules} 818 \subsection{Interposer modules}
|
/freebsd/contrib/wireguard-tools/ |
H A D | show.c | 391 char *interfaces = ipc_list_devices(), *interface; in show_main() local 422 char *interfaces, *interface; in show_main() local
|
/freebsd/tools/tools/ether_reflect/ |
H A D | ether_reflect.c | 64 char *interface = NULL; in main() local
|