HomeSort by relevance Sort by last modified time
    Searched refs:ifnet (Results 1 - 21 of 21) sorted by null

  /bionic/libc/include/net/
if_ieee1394.h 111 struct ifnet fc_if;
118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t);
119 void ieee1394_ifattach(struct ifnet *, const struct ieee1394_hwaddr *);
120 void ieee1394_ifdetach(struct ifnet *);
121 int ieee1394_ioctl(struct ifnet *, u_long, caddr_t);
122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
123 void ieee1394_drain(struct ifnet *);
124 void ieee1394_watchdog(struct ifnet *);
if_ether.h 155 int ether_ioctl(struct ifnet *, u_long, caddr_t);
192 void ether_ifattach(struct ifnet *, const u_int8_t *);
193 void ether_ifdetach(struct ifnet *);
  /development/ndk/platforms/android-3/include/net/
if_ieee1394.h 111 struct ifnet fc_if;
118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t);
119 void ieee1394_ifattach(struct ifnet *, const struct ieee1394_hwaddr *);
120 void ieee1394_ifdetach(struct ifnet *);
121 int ieee1394_ioctl(struct ifnet *, u_long, caddr_t);
122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
123 void ieee1394_drain(struct ifnet *);
124 void ieee1394_watchdog(struct ifnet *);
if_ether.h 155 int ether_ioctl(struct ifnet *, u_long, caddr_t);
192 void ether_ifattach(struct ifnet *, const u_int8_t *);
193 void ether_ifdetach(struct ifnet *);
  /development/ndk/platforms/android-L/include/net/
if_ieee1394.h 111 struct ifnet fc_if;
118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t);
119 void ieee1394_ifattach(struct ifnet *, const struct ieee1394_hwaddr *);
120 void ieee1394_ifdetach(struct ifnet *);
121 int ieee1394_ioctl(struct ifnet *, u_long, caddr_t);
122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
123 void ieee1394_drain(struct ifnet *);
124 void ieee1394_watchdog(struct ifnet *);
if_ether.h 155 int ether_ioctl(struct ifnet *, u_long, caddr_t);
192 void ether_ifattach(struct ifnet *, const u_int8_t *);
193 void ether_ifdetach(struct ifnet *);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.h 66 void sctp_add_or_del_interfaces(int (*pred)(struct ifnet *), int add);
sctp_bsd_addr.c 253 sctp_is_desired_interface_type(struct ifnet *ifn)
303 sctp_is_vmware_interface(struct ifnet *ifn)
503 struct ifnet **ifnetlist;
506 struct ifnet *ifn;
582 struct ifnet *ifn;
591 TAILQ_FOREACH(ifn, &MODULE_GLOBAL(ifnet), if_list) {
758 sctp_add_or_del_interfaces(int (*pred)(struct ifnet *), int add)
760 struct ifnet *ifn;
764 TAILQ_FOREACH(ifn, &MODULE_GLOBAL(ifnet), if_list) {
777 sctp_add_or_del_interfaces(int (*pred)(struct ifnet *), int add
    [all...]
sctp_sysctl.c 729 int sctp_is_vmware_interface(struct ifnet *);
    [all...]
sctp_usrreq.c     [all...]
sctp_output.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_route.h 85 struct ifnet *rt_ifp; /* the answer: interface to use */
user_inpcb.h 346 void in_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
360 struct in_addr, u_int, int, struct ifnet *);
user_mbuf.h 200 struct ifnet *rcvif; /* rcv interface */
  /external/libpcap/
pcap-dlpi.c 1635 struct ifnet ifnet; local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
in.h 546 struct ifnet; struct mbuf; /* forward declarations for Standard C */
548 int in_broadcast(struct in_addr, struct ifnet *);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/
in6.h 590 struct in6_ifaddr *in6_ifawithscope __P((struct ifnet *, struct in6_addr *));
591 struct in6_ifaddr *in6_ifawithifp __P((struct ifnet *, struct in6_addr *));
592 extern void in6_if_up __P((struct ifnet *));
  /bionic/libc/include/netinet/
icmp6.h 680 void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
  /development/ndk/platforms/android-3/include/netinet/
icmp6.h 653 void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
  /development/ndk/platforms/android-L/include/netinet/
icmp6.h 680 void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c     [all...]

Completed in 387 milliseconds