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  * $FreeBSD: releng/5.3/sys/netatalk/at_extern.h 136588 2004-10-16 08:43:07Z cvs2svn $
    3  */
    4 struct mbuf;
    5 struct sockaddr_at;
    6 
    7 #ifdef _NET_IF_ARP_H_
    8 extern timeout_t        aarpprobe;
    9 extern int      aarpresolve     (struct ifnet *,
   10                                         struct mbuf *,
   11                                         struct sockaddr_at *,
   12                                         u_char *);
   13 extern int      at_broadcast    (struct sockaddr_at  *);
   14 #endif
   15 
   16 #ifdef _NETATALK_AARP_H_
   17 extern void     aarptfree       (struct aarptab *);
   18 #endif
   19 
   20 struct ifnet;
   21 struct thread;
   22 struct socket;
   23 
   24 extern void     aarpintr        (struct mbuf *);
   25 extern void     at1intr         (struct mbuf *);
   26 extern void     at2intr         (struct mbuf *);
   27 extern void     aarp_clean      (void);
   28 extern int      at_control      (struct socket *so,
   29                                         u_long cmd,
   30                                         caddr_t data,
   31                                         struct ifnet *ifp,
   32                                         struct thread *td);
   33 extern u_short  at_cksum        (struct mbuf *m, int skip);
   34 extern void     ddp_init        (void);
   35 extern struct at_ifaddr *at_ifawithnet  (struct sockaddr_at *);
   36 #ifdef  _NETATALK_DDP_VAR_H_
   37 extern int      ddp_output      (struct mbuf *m, struct socket *so); 
   38 
   39 #endif
   40 #if     defined (_NETATALK_DDP_VAR_H_) && defined(_NETATALK_AT_VAR_H_)
   41 extern struct ddpcb  *ddp_search(struct sockaddr_at *,
   42                                                 struct sockaddr_at *,
   43                                                 struct at_ifaddr *);
   44 #endif
   45 #ifdef _NET_ROUTE_H_
   46 int     ddp_route(struct mbuf *m, struct route *ro);
   47 #endif
   48 
   49 

Cache object: a2fe45ce9562a1a9b7a9746f87fa1ca4


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