Home
last modified time | relevance | path

Searched defs:ifn (Results 1 – 13 of 13) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c256 sctp_is_desired_interface_type(struct ifnet *ifn)
306 sctp_is_vmware_interface(struct ifnet *ifn)
498 struct ifnet *ifn; local
575 struct ifnet *ifn; local
Dsctp_os_userspace.h265 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP) argument
681 #define SCTP_IFN_IS_IFT_LOOP(ifn) (strncmp((ifn)->ifn_name, "lo", 2) == 0) argument
917 #define SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index, af) sctp_userspace_get_mtu_from_ifn(ifn_index… argument
Dsctp_pcb.c261 sctp_find_ifn(void *ifn, uint32_t ifn_index)
556 sctp_add_addr_to_vrf(uint32_t vrf_id, void *ifn, uint32_t ifn_index,
6844 struct sctp_ifn *ifn, *nifn; local
Dsctp_output.c2522 void *ifn; in sctp_choose_boundspecific_inp() local
2659 void *ifn; in sctp_choose_boundspecific_stcb() local
2842 sctp_select_nth_preferred_addr_from_ifn_boundall(struct sctp_ifn *ifn, in sctp_select_nth_preferred_addr_from_ifn_boundall()
2976 sctp_count_num_preferred_boundall(struct sctp_ifn *ifn, in sctp_count_num_preferred_boundall()
3051 void *ifn; in sctp_choose_boundall() local
Dsctp_asconf.c974 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) in sctp_asconf_nets_cleanup()
/external/libpcap/
Dfad-glifc.c82 struct lifnum ifn; in pcap_findalldevs_interfaces() local
/external/zstd/examples/
Dmultiple_streaming_compression.c113 const char* const ifn = argv[argNb]; in main() local
/external/toybox/toys/pending/
Dbrctl.c80 char br[IF_NAMESIZE], ifn[IF_NAMESIZE]; in br_show() local
/external/blktrace/
Dblktrace.c265 char ifn[MAXPATHLEN + 64]; member
1477 static inline void read_err(int cpu, char *ifn) in read_err()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstrument_pass.cpp952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() local
/external/openssh/
Dchannels.c1027 channel_register_filter(struct ssh *ssh, int id, channel_infilter_fn *ifn, in channel_register_filter()