Searched refs:interface (Results 176 - 191 of 191) sorted by relevance

12345678

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c2 * WPA Supplicant / dbus-based control interface
46 "interface=org.freedesktop.DBus,member=NameOwnerChanged";
123 * wpas_dbus_signal_interface - Send a interface related event signal
124 * @wpa_s: %wpa_supplicant network interface data
128 * Notify listeners about event related with interface
139 /* Do nothing if the control interface is not turned on */
171 * wpas_dbus_signal_interface_added - Send a interface created signal
172 * @wpa_s: %wpa_supplicant network interface data
174 * Notify listeners about creating new interface
183 * wpas_dbus_signal_interface_removed - Send a interface remove
3149 wpas_dbus_signal_peer(struct wpa_supplicant *wpa_s, const u8 *dev_addr, const char *interface, const char *sig_name) argument
[all...]
/freebsd-10.1-release/etc/
H A Dnetwork.subr36 # Bring up and configure an interface. If some configuration is
37 # applied, print the interface configuration.
45 [ -z "$ifn" ] && err 1 "ifn_start called without an interface"
60 # Shutdown and de-configure an interface. If action is taken,
61 # print the interface name.
69 [ -z "$ifn" ] && err 1 "ifn_stop called without an interface"
119 # Evaluate ifconfig(8) arguments for interface $if and
121 # arguments were found and executed or 1 if the interface
246 # the interface exists.
300 # Prints the arguments for the supplied interface t
[all...]
/freebsd-10.1-release/sys/dev/xen/blkback/
H A Dblkback.c83 #include <xen/interface/event_channel.h>
84 #include <xen/interface/grant_table.h>
453 * \note A single Scatter/Gather element in the block interface covers
1280 * in sys/xen/interface/io/blkif.h.
1434 * back to the original front-end request, but the interface
3952 /* Device interface */
3960 /* Xenbus interface */
/freebsd-10.1-release/crypto/openssl/apps/
H A Dapps.c528 ui_method = UI_create_method("OpenSSL application user interface");
612 BIO_printf(bio_err, "User interface error\n");
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp1071 const ObjCInterfaceDecl *interface = object_type->getInterface(); local
1072 if (interface)
1074 class_name = interface->getNameAsString();
/freebsd-10.1-release/sys/dev/xen/netback/
H A Dnetback.c87 #include <xen/interface/io/netif.h>
1070 /* Free the network interface */
2515 /* Device interface */
2523 /* Xenbus interface */
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_config.c917 fprintf(df, "interface %s %s\n",
972 fprintf(df, " interface %s",
1579 char *if_name, /* interface name or numeric address */
2793 * config_nic_rules - apply interface listen/ignore/drop items
2816 "interface/nic rules are not allowed with --interface (-I) or --novirtualips (-L)%s",
2848 * interface descriptor is either a name or
3239 struct interface *localaddr;
3270 /* Resolve the interface address */
3282 "can't find interface wit
[all...]
H A Dntp_crypto.c301 struct interface *dstadr /* interface */
H A Dntp_proto.c829 * More on the autokey mambo. Normally the local interface is
832 * the remote address arrive via this interface and the local
834 * of the interface. However, if the sender is a broadcaster,
835 * the interface broadcast address is used instead.
965 * For broadcaster, use the interface
970 * the wildcard interface, game over.
3662 if (!peer->dstadr) /* drop peers without interface */
3683 * interface IP address be known before the first packet is
3686 * a little more work. In particular, the wildcard interface
4295 struct interface * lclad
[all...]
/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c1170 __K8MASK(dram-controller-interface-bypass, 2),
2931 /* copy out fields in the current userland<->library interface */
/freebsd-10.1-release/sys/i386/xen/
H A Dpmap.c150 #include <xen/interface/xen.h>
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex3959 % an interface:
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4133 % an interface:
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex4031 % an interface:
/freebsd-10.1-release/contrib/ncurses/
H A Dconfigure748 --disable-tparm-varargs compile tparm() without varargs interface
16584 # Make the ncurses_cfg.h file record the library interface files as
17234 # then the envvar interface is used. Set only those that are not.
/freebsd-10.1-release/contrib/ncurses/misc/
H A Dterminfo.src1042 # user interface on the UNIX PC was a GUI program (ua, for "user
4193 # print interface, ANSI X3.64 colour escape sequences, etc. Newsgroup postings
6542 # sw4 Used in conjuction with S4 for comm interface control - Fact 0
6561 # OFF ON OFF ON OFF Enable RS-232C interface, Direct Connect and
6563 # ON ON OFF ON OFF Enable Current Loop interface, Direct Connect
6565 # OFF OFF ON OFF ON Enable Direct Connect interface, RS-232C and
15370 # 8 - RS-232 interface
16314 appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface,
16323 # The modem interface is permitted to discard LF (maybe DC1), otherwise
17427 # interface (pr
[all...]

Completed in 286 milliseconds

12345678