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.0/sys/netatalk/at_extern.h 92745 2002-03-20 02:39:27Z alfred $
    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 arpcom *,
   10                                         struct mbuf *,
   11                                         struct sockaddr_at *,
   12                                         u_char *);
   13 extern void     aarpinput       (struct arpcom *, struct mbuf *);
   14 extern int      at_broadcast    (struct sockaddr_at  *);
   15 #endif
   16 
   17 #ifdef _NETATALK_AARP_H_
   18 extern void     aarptfree       (struct aarptab *);
   19 #endif
   20 
   21 struct ifnet;
   22 struct thread;
   23 struct socket;
   24 
   25 extern void     aarp_clean      (void);
   26 extern int      at_control      (struct socket *so,
   27                                         u_long cmd,
   28                                         caddr_t data,
   29                                         struct ifnet *ifp,
   30                                         struct thread *td);
   31 extern u_short  at_cksum        (struct mbuf *m, int skip);
   32 extern void     ddp_init        (void);
   33 extern struct at_ifaddr *at_ifawithnet  (struct sockaddr_at *);
   34 #ifdef  _NETATALK_DDP_VAR_H_
   35 extern int      ddp_output      (struct mbuf *m, struct socket *so); 
   36 
   37 #endif
   38 #if     defined (_NETATALK_DDP_VAR_H_) && defined(_NETATALK_AT_VAR_H_)
   39 extern struct ddpcb  *ddp_search(struct sockaddr_at *,
   40                                                 struct sockaddr_at *,
   41                                                 struct at_ifaddr *);
   42 #endif
   43 #ifdef _NET_ROUTE_H_
   44 int     ddp_route(struct mbuf *m, struct route *ro);
   45 #endif
   46 
   47 

Cache object: 93b7f598ea856f8dc240260790a79411


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