Searched refs:so_nexthop (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/usr.sbin/ldpd/ |
| D | mpls_interface.c | 59 union sockunion *so_dest, *so_nexthop, *so_tag, so_ifa; in mpls_add_label() local 120 if ((so_nexthop = malloc(lab->so_gate.sa.sa_len)) == NULL) { in mpls_add_label() 126 memcpy(so_nexthop, &lab->so_gate, lab->so_gate.sa.sa_len); in mpls_add_label() 128 if (add_route(so_dest, NULL, so_nexthop, NULL, so_tag, FREESO, in mpls_add_label()
|