Home | History | Annotate | Download | only in route

Lines Matching defs:sockunion

79 union sockunion {
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));
456 aflen = sizeof(union sockunion);
997 if (mplssize != 0 && sizeof(union sockunion) < MPLS_NEW_SIZE) {