HomeSort by: relevance | last modified time | path
    Searched defs:sockunion (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/ldpd/
mpls_routes.h 49 union sockunion { union
62 union sockunion * make_inet_union(const char *);
63 union sockunion * make_mpls_union(uint32_t);
64 union sockunion * make_mplsinet_union(uint16_t peer, uint32_t label,
68 int add_route(union sockunion *, union sockunion *, union sockunion *,
69 union sockunion *, union sockunion *, int, int);
70 int delete_route(union sockunion *, union sockunion *, int)
    [all...]
  /src/usr.bin/rump_dhcpclient/
if-bsd.c 176 union sockunion { union in function:if_route
  /src/libexec/ftpd/
extern.h 200 union sockunion { union in struct:sockinet
  /src/sbin/route/
route.c 79 union sockunion { union
93 typedef union sockunion *sup;
96 union sockunion *so_dst, *so_gate, *so_mask, *so_genmask, *so_ifa,
431 sou.so_dst = calloc(1, sizeof(union sockunion));
432 sou.so_gate = calloc(1, sizeof(union sockunion));
433 sou.so_mask = calloc(1, sizeof(union sockunion));
434 sou.so_genmask = calloc(1, sizeof(union sockunion));
435 sou.so_ifa = calloc(1, sizeof(union sockunion));
436 sou.so_ifp = calloc(1, sizeof(union sockunion));
437 sou.so_mpls = calloc(1, sizeof(union sockunion));
    [all...]
  /src/usr.bin/ftp/
ftp.c 139 union sockunion { union in struct:sockinet

Completed in 14 milliseconds