Displaying 1 result from an estimated 1 matches for "_extern_inline".
Did you mean:
  __extern_inline
  
2002 Jan 21
1
help for tftp-hpa with libc5
...dr) \
  ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr)  \
   ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) NULL)
 
extern struct cmsghdr *__cmsg_nxthdr __P ((struct msghdr *__mhdr,
                                           struct cmsghdr *__cmsg));
#ifdef __USE_EXTERN_INLINES
# ifndef _EXTERN_INLINE
#  define _EXTERN_INLINE extern __inline
# endif
_EXTERN_INLINE struct cmsghdr *
__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) __THROW
{
  if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))
    /* The kernel header does this so there may be a rea...