Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c147 sctp_is_desired_interface_type(struct ifnet *ifn) in sctp_is_desired_interface_type()
197 struct ifnet *ifn; in sctp_init_ifns_for_vrf() local
H A Dsctp_os_bsd.h205 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP) argument
316 #define SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index, af) ((struct ifnet *)ifn)->if_mtu argument
H A Dsctp_pcb.c193 sctp_find_ifn(void *ifn, uint32_t ifn_index) in sctp_find_ifn()
474 sctp_add_addr_to_vrf(uint32_t vrf_id, void *ifn, uint32_t ifn_index, in sctp_add_addr_to_vrf()
5840 struct sctp_ifn *ifn, *nifn; in sctp_pcb_finish() local
H A Dsctp_output.c2459 void *ifn; in sctp_choose_boundspecific_inp() local
2592 void *ifn; in sctp_choose_boundspecific_stcb() local
2769 sctp_select_nth_preferred_addr_from_ifn_boundall(struct sctp_ifn *ifn, in sctp_select_nth_preferred_addr_from_ifn_boundall()
2887 sctp_count_num_preferred_boundall(struct sctp_ifn *ifn, in sctp_count_num_preferred_boundall()
2956 void *ifn; in sctp_choose_boundall() local
H A Dsctp_asconf.c956 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) in sctp_asconf_nets_cleanup()
/f-stack/freebsd/contrib/zstd/examples/
H A Dmultiple_streaming_compression.c113 const char* const ifn = argv[argNb]; in main() local
/f-stack/freebsd/netpfil/pf/
H A Dif_pflog.c208 struct ifnet *ifn; in pflog_packet() local
/f-stack/tools/ifconfig/
H A Difbridge.c607 setbridge_ifpriority(const char *ifn, const char *pri, int s, in setbridge_ifpriority()
626 setbridge_ifpathcost(const char *ifn, const char *cost, int s, in setbridge_ifpathcost()
645 setbridge_ifmaxaddr(const char *ifn, const char *arg, int s, in setbridge_ifmaxaddr()
/f-stack/tools/ipfw/
H A Dnat.c88 set_addr_dynamic(const char *ifn, struct nat44_cfg_nat *n) in set_addr_dynamic()