Searched refs:iftype (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomnaf.h179 rpc_network_if_id_t iftype,
203 rpc_network_if_id_t iftype,
212 rpc_network_if_id_t iftype,
H A Dcomnaf.c1201 rpc_network_if_id_t iftype;
1205 iftype = RPC_PROTSEQ_INQ_NET_IF_ID(pseq_id);
1212 (naf_id, iftype, protocol, max_tsdu, status);
1319 rpc_network_if_id_t iftype;
1323 iftype = RPC_PROTSEQ_INQ_NET_IF_ID(pseq_id);
1330 (naf_id, iftype, protocol, max_tpdu, status);
1184 rpc_network_if_id_t iftype; local
1300 rpc_network_if_id_t iftype; local
H A Dipnaf.c205 rpc_network_if_id_t /*iftype*/,
219 rpc_network_if_id_t /*iftype*/,
227 rpc_network_if_id_t /*iftype*/,
1261 ** iftype Network interface type ID
1287 rpc_network_if_id_t iftype,
1293 if (iftype == RPC_C_NETWORK_IF_ID_DGRAM &&
1390 ** iftype Network interface type ID
1416 rpc_network_if_id_t iftype,
1422 if (iftype == RPC_C_NETWORK_IF_ID_DGRAM &&
1458 ** iftype Networ
1271 inq_max_tsdu( rpc_naf_id_t naf_id ATTRIBUTE_UNUSED, rpc_network_if_id_t iftype, rpc_network_protocol_id_t protocol, unsigned32 *max_tsdu, unsigned32 *status ) argument
1398 inq_max_pth_unfrag_tpdu( rpc_addr_p_t rpc_addr ATTRIBUTE_UNUSED, rpc_network_if_id_t iftype, rpc_network_protocol_id_t protocol, unsigned32 *max_tpdu, unsigned32 *status ) argument
1465 inq_max_loc_unfrag_tpdu( rpc_naf_id_t naf_id ATTRIBUTE_UNUSED, rpc_network_if_id_t iftype, rpc_network_protocol_id_t protocol, unsigned32 *max_tpdu, unsigned32 *status ) argument
[all...]
H A Dnpnaf.c203 rpc_network_if_id_t /*iftype*/,
217 rpc_network_if_id_t /*iftype*/,
225 rpc_network_if_id_t /*iftype*/,
1259 ** iftype Network interface type ID
1285 rpc_network_if_id_t iftype ATTRIBUTE_UNUSED,
1381 ** iftype Network interface type ID
1407 rpc_network_if_id_t iftype ATTRIBUTE_UNUSED,
1441 ** iftype Network interface type ID
1467 rpc_network_if_id_t iftype ATTRIBUTE_UNUSED,
2232 ** iftype Networ
[all...]
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnc.c79 nc_get_service_type_and_subtype(SCNetworkServiceRef service, CFStringRef *iftype, CFStringRef *ifsubtype) { argument
83 *iftype = SCNetworkInterfaceGetInterfaceType(interface);
85 if (CFEqual(*iftype, kSCNetworkInterfaceTypePPP) ||
86 CFEqual(*iftype, kSCNetworkInterfaceTypeVPN)) {
332 CFStringRef iftype = NULL; local
339 nc_get_service_type_and_subtype(service, &iftype, &ifsubtype);
345 Boolean isL2TP = (CFEqual(iftype, kSCEntNetPPP) &&
348 if (CFEqual(iftype, kSCEntNetPPP)) {
362 if (CFEqual(iftype, kSCEntNetIPSec) || isL2TP) {
380 if (CFEqual(iftype, kSCEntNetVP
1082 CFStringRef iftype = NULL; local
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-sita.c61 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
411 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
422 iface->iftype = iftype; /* remember the interface type of this interface */
430 switch (iftype) {
436 switch (iftype) {
442 switch (iftype) {
787 *linktype = p->iftype;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-sflow.c244 u_int8_t iftype[4]; member in struct:sflow_generic_counter_t
316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
318 EXTRACT_32BITS(sflow_gen_counter->iftype),
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_main.c1383 CFStringRef subtype = NULL, iftype = NULL; local
1390 iftype = CFDictionaryGetValue(interface, kSCPropNetInterfaceType);
1392 if (!interface || (serv && !my_CFEqual(iftype, serv->typeRef))) {
1415 serv = new_service(serviceID, iftype, subtype);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dsys-MacOSX.c177 int route_interface(int cmd, struct in_addr host, struct in_addr mask, char iftype, char *ifname, int is_host);
3666 route_interface(int cmd, struct in_addr host, struct in_addr addr_mask, char iftype, char *ifname, int is_host) argument
3704 rtmsg.iface.sdl_type = iftype;
H A Dacsp.c506 extern int route_interface(int cmd, struct in_addr host, struct in_addr mask, char iftype, char *ifname, int is_host);

Completed in 228 milliseconds