/dflybsd-src/sbin/routed/ |
H A D | defs.h | 242 struct interface { struct 243 struct interface *int_next, **int_prev; argument 244 struct interface *int_ahash, **int_ahash_prev; argument 245 struct interface *int_bhash, **int_bhash_prev; argument 246 struct interface *int_rlink, **int_rlink_prev; argument 247 struct interface *int_nhash, **int_nhash_prev; argument 248 char int_name[IF_NAME_LEN+1]; 249 u_short int_index; 250 naddr int_addr; /* address on this host (net order) */ 251 naddr int_brdaddr; /* broadcast address (n) */ [all …]
|
/dflybsd-src/contrib/dhcpcd/src/ |
H A D | dhcpcd.h | 73 struct interface { struct 75 TAILQ_ENTRY(interface) next; argument 94 TAILQ_HEAD(if_head, interface); argument
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/ |
H A D | dbus_new_helpers.c | 25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() 81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() 147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() 233 char *interface, in properties_get_or_set() 286 char *interface; in properties_handler() local 604 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties() 656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal() 691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal() 718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal() 845 const char *path, const char *interface, in wpa_dbus_mark_property_changed() [all …]
|
H A D | dbus_new.c | 4400 const u8 *dev_addr, const char *interface, in wpas_dbus_signal_peer()
|
/dflybsd-src/lib/libusb/ |
H A D | libusb10.c | 802 libusb_kernel_driver_active(struct libusb20_device *pdev, int interface) in libusb_kernel_driver_active() 814 libusb_get_driver_np(struct libusb20_device *pdev, int interface, in libusb_get_driver_np() 821 libusb_get_driver(struct libusb20_device *pdev, int interface, in libusb_get_driver() 849 libusb_detach_kernel_driver_np(struct libusb20_device *pdev, int interface) in libusb_detach_kernel_driver_np() 855 libusb_detach_kernel_driver(struct libusb20_device *pdev, int interface) in libusb_detach_kernel_driver() 869 libusb_attach_kernel_driver(struct libusb20_device *pdev, int interface) in libusb_attach_kernel_driver()
|
H A D | libusb01.c | 763 usb_claim_interface(usb_dev_handle * dev, int interface) in usb_claim_interface() 773 usb_release_interface(usb_dev_handle * dev, int interface) in usb_release_interface() 979 usb_get_driver_np(usb_dev_handle * dev, int interface, char *name, int namelen) in usb_get_driver_np() 1007 usb_detach_kernel_driver_np(usb_dev_handle * dev, int interface) in usb_detach_kernel_driver_np()
|
H A D | usb.h | 157 struct usb_interface *interface; member
|
H A D | libusb20_desc.h | 584 struct libusb20_interface *interface; member
|
H A D | libusb.h | 327 struct libusb_interface *interface; member
|
/dflybsd-src/stand/boot/efi/libefi/ |
H A D | libefi.c | 52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) in OpenProtocolByHandle()
|
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-act.c | 1229 maybe_make_artificial_property_decl (tree interface, tree implementation, in maybe_make_artificial_property_decl() 2728 objc_get_protocol_qualified_type (tree interface, tree protocols) in objc_get_protocol_qualified_type() 3795 tree interface = objc_map_get (interface_map, ident); in lookup_interface() local 3811 tree interface = lookup_interface (class_name); in objc_get_class_ivars() local 3905 tree interface; in objc_detect_field_duplicates() local 3925 tree interface; in objc_detect_field_duplicates() local 4013 tree interface = objc_interface_context; in objc_detect_field_duplicates() local 4064 get_class_ivars (tree interface, bool inherited) in get_class_ivars() 5886 lookup_method_static (tree interface, tree ident, int flags) in lookup_method_static() 6500 tree interface = NULL_TREE; in check_methods() local [all …]
|
H A D | objc-next-runtime-abi-02.c | 3125 tree my_root_int, interface; in generate_v2_class_structs() local
|
/dflybsd-src/usr.sbin/slstat/ |
H A D | slstat.c | 58 char interface[IFNAMSIZ]; variable
|
/dflybsd-src/contrib/lvm2/dist/ |
H A D | configure.in | 1031 AC_ARG_WITH(interface, optwith 1134 AC_SUBST(interface) subst
|
/dflybsd-src/usr.sbin/installer/dfuibe_installer/ |
H A D | flow.c | 1411 char interface[256]; in state_setup_remote_installation_server() local
|
H A D | fn_configure.c | 847 char interface[256]; in fn_assign_ip() local
|
/dflybsd-src/usr.sbin/pflogd/ |
H A D | pflogd.c | 67 const char *interface = PFLOGD_DEFAULT_IF; variable
|
/dflybsd-src/usr.bin/netstat/ |
H A D | main.c | 206 char *interface; /* desired i/f for stats, or NULL for all i/fs */ variable
|
/dflybsd-src/usr.sbin/pfctl/ |
H A D | parse.y | 372 struct node_if *interface; member
|