/external/usrsctp/usrsctplib/netinet/ |
D | sctp_bsd_addr.c | 256 sctp_is_desired_interface_type(struct ifnet *ifn) argument 262 switch(ifnet_type(ifn)) { 264 switch (ifn->if_type) { 306 sctp_is_vmware_interface(struct ifnet *ifn) argument 308 return (strncmp(ifnet_name(ifn), "vmnet", 5) == 0); 498 struct ifnet *ifn; local 509 ifn = ifnetlist[i]; 510 if (SCTP_BASE_SYSCTL(sctp_ignore_vmware_interfaces) && sctp_is_vmware_interface(ifn)) { 513 if (sctp_is_desired_interface_type(ifn) == 0) { 517 if (ifnet_get_address_list(ifn, &ifaddrlist) != 0) { [all …]
|
D | sctp_os_userspace.h | 265 #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
|
D | sctp_pcb.h | 718 sctp_find_ifn(void *ifn, uint32_t ifn_index); 738 void *ifn, uint32_t ifn_index, uint32_t ifn_type,
|
D | sctp_pcb.c | 261 sctp_find_ifn(void *ifn, uint32_t ifn_index) argument 274 if (sctp_ifnp->ifn_p && ifn && (sctp_ifnp->ifn_p == ifn)) { 556 sctp_add_addr_to_vrf(uint32_t vrf_id, void *ifn, uint32_t ifn_index, argument 574 sctp_ifnp = sctp_find_ifn(ifn, ifn_index); 602 sctp_ifnp->ifn_p = ifn; 607 sctp_ifnp->ifn_mtu = SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index, addr->sa_family); 6844 struct sctp_ifn *ifn, *nifn; local 6978 LIST_FOREACH_SAFE(ifn, &vrf->ifnlist, next_ifn, nifn) { 6979 LIST_FOREACH_SAFE(ifa, &ifn->ifalist, next_ifa, nifa) { 6986 LIST_REMOVE(ifn, next_bucket); [all …]
|
D | sctp_output.c | 2522 void *ifn; in sctp_choose_boundspecific_inp() local 2533 ifn = SCTP_GET_IFN_VOID_FROM_ROUTE(ro); in sctp_choose_boundspecific_inp() 2535 sctp_ifn = sctp_find_ifn(ifn, ifn_index); in sctp_choose_boundspecific_inp() 2659 void *ifn; in sctp_choose_boundspecific_stcb() local 2674 ifn = SCTP_GET_IFN_VOID_FROM_ROUTE(ro); in sctp_choose_boundspecific_stcb() 2676 sctp_ifn = sctp_find_ifn( ifn, ifn_index); in sctp_choose_boundspecific_stcb() 2842 sctp_select_nth_preferred_addr_from_ifn_boundall(struct sctp_ifn *ifn, in sctp_select_nth_preferred_addr_from_ifn_boundall() argument 2873 LIST_FOREACH(ifa, &ifn->ifalist, next_ifa) { 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() argument 2991 LIST_FOREACH(ifa, &ifn->ifalist, next_ifa) { in sctp_count_num_preferred_boundall() [all …]
|
D | sctp_asconf.c | 974 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) in sctp_asconf_nets_cleanup() argument 996 ((ifn == NULL) || in sctp_asconf_nets_cleanup() 997 (SCTP_GET_IF_INDEX_FROM_ROUTE(&net->ro) != ifn->ifn_index))) { in sctp_asconf_nets_cleanup()
|
/external/libpcap/ |
D | fad-glifc.c | 82 struct lifnum ifn; in pcap_findalldevs_interfaces() local 118 ifn.lifn_family = AF_UNSPEC; in pcap_findalldevs_interfaces() 119 ifn.lifn_flags = 0; in pcap_findalldevs_interfaces() 120 ifn.lifn_count = 0; in pcap_findalldevs_interfaces() 121 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) { in pcap_findalldevs_interfaces() 132 buf_size = ifn.lifn_count * sizeof (struct lifreq); in pcap_findalldevs_interfaces()
|
/external/zstd/examples/ |
D | multiple_streaming_compression.c | 113 const char* const ifn = argv[argNb]; in main() local 114 size_t const ifnSize = strlen(ifn); in main() 122 strcat(ofnBuffer, ifn); in main() 124 compressFile_orDie(ress, ifn, ofnBuffer); in main()
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-c++11.cpp | 94 int ifn(); char kfn(); 100 int f = me.f(ifn, kfn); 101 int g = me.g(ifn, kfn);
|
/external/clang/test/FixIt/ |
D | fixit-cxx0x.cpp | 92 int ifn(); char kfn(); 98 int f = me.f(ifn, kfn); 99 int g = me.g(ifn, kfn);
|
/external/toybox/toys/pending/ |
D | brctl.c | 80 char br[IF_NAMESIZE], ifn[IF_NAMESIZE]; in br_show() local 101 if (!if_indextoname(pindices[j], ifn)) { in br_show() 106 printf("%s", ifn); in br_show()
|
/external/blktrace/ |
D | blktrace.c | 265 char ifn[MAXPATHLEN + 64]; member 1477 static inline void read_err(int cpu, char *ifn) in read_err() argument 1481 cpu, ifn, errno, strerror(errno)); in read_err() 1671 snprintf(iop->ifn, sizeof(iop->ifn), "%s/block/%s/trace%d", in open_ios() 1674 iop->ifd = my_open(iop->ifn, O_RDONLY | O_NONBLOCK); in open_ios() 1677 tp->cpu, iop->ifn, errno, strerror(errno)); in open_ios() 1749 read_err(tp->cpu, iop->ifn); in handle_pfds_file() 1770 perror(iop->ifn); in handle_pfds_netclient() 1817 read_err(tp->cpu, iop->ifn); in handle_pfds_entries()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | instrument_pass.cpp | 952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 952 for (auto& ifn : param2input_func_id_) done.insert(ifn.second); in InstProcessCallTreeFromRoots() local
|
/external/okhttp/website/static/ |
D | prettify.js | 10 …?:###|$)|.*)/,q,"#"]):d.push(["com",/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pr…
|
/external/openssh/ |
D | channels.c | 1027 channel_register_filter(struct ssh *ssh, int id, channel_infilter_fn *ifn, in channel_register_filter() argument 1036 c->input_filter = ifn; in channel_register_filter()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 88155 heafner hˈifnər 88548 heefner hˈifnər 88694 heifner hˈifnər 96103 ifn %16078
|
D | internal_raw_IPA.txt | 74271 heafner %29288 hˈifnər 74614 heefner hˈifnər 74745 heifner %29150 hˈifnər
|