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

Cache object: fd3557305f237b94e4166d48e855a0dd


[ 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.