The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/netatalk/at_extern.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 
    2 #ifdef _NETINET_IF_ETHER_H_
    3 extern void     aarpprobe       __P((struct arpcom *));
    4 extern int      aarpresolve     __P((struct arpcom *,
    5                                         struct mbuf *,
    6                                         struct sockaddr_at *,
    7                                         u_char *));
    8 extern void     aarpinput       __P(( struct arpcom *, struct mbuf *));
    9 extern int      at_broadcast    __P((struct sockaddr_at  *));
   10 #endif
   11 
   12 #ifdef _NETATALK_AARP_H_
   13 extern void     aarptfree       __P((struct aarptab *));
   14 #endif
   15 
   16 extern void     aarp_clean      __P((void));
   17 extern int      at_control      __P(( int cmd,
   18                                         caddr_t data,
   19                                         struct ifnet *ifp,
   20                                         struct proc *p ));
   21 extern u_short  at_cksum        __P(( struct mbuf *m, int skip));
   22 extern int      ddp_usrreq      __P(( struct socket *so, int req,
   23                                         struct mbuf *m,
   24                                         struct mbuf  *addr,
   25                                         struct mbuf *rights));
   26 extern void     ddp_init        __P((void ));
   27 extern struct at_ifaddr *at_ifawithnet  __P((struct sockaddr_at *));
   28 #ifdef  _NETATALK_DDP_VAR_H_
   29 extern int      ddp_output      __P(( struct ddpcb *ddp, struct mbuf *m));
   30 #endif
   31 #if     defined (_NETATALK_DDP_VAR_H_) && defined(_NETATALK_AT_VAR_H_)
   32 extern struct ddpcb  *ddp_search __P((struct sockaddr_at *,
   33                                                 struct sockaddr_at *,
   34                                                 struct at_ifaddr *));
   35 #endif
   36 #ifdef _NET_ROUTE_H_
   37 int     ddp_route( struct mbuf *m, struct route *ro);
   38 #endif
   39 
   40 

Cache object: b898e3280f5860b3c5b829d4201f3733


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.