Home
last modified time | relevance | path

Searched refs:fnh (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dlde_lib.c149 if (lde_address_find(ln, fnh->af, &fnh->nexthop)) in lde_nbr_is_nexthop()
293 return (fnh); in fec_nh_find()
304 fnh = calloc(1, sizeof(*fnh)); in fec_nh_add()
305 if (fnh == NULL) in fec_nh_add()
308 fnh->af = af; in fec_nh_add()
314 return (fnh); in fec_nh_add()
321 free(fnh); in fec_nh_del()
413 if (fnh == NULL) in lde_kernel_remove()
494 if (!lde_address_find(ln, fnh->af, &fnh->nexthop)) in lde_check_mapping()
567 if (!lde_address_find(ln, fnh->af, &fnh->nexthop)) in lde_check_request()
[all …]
H A Dl2vpn.c241 if (fnh->remote_label == NO_LABEL) in l2vpn_pw_ok()
374 struct fec_nh *fnh; in l2vpn_recv_pw_status() local
394 if (fnh == NULL) in l2vpn_recv_pw_status()
402 if (l2vpn_pw_ok(pw, fnh)) in l2vpn_recv_pw_status()
403 lde_send_change_klabel(fn, fnh); in l2vpn_recv_pw_status()
414 struct fec_nh *fnh; in l2vpn_recv_pw_status_wcard() local
442 if (fnh == NULL) in l2vpn_recv_pw_status_wcard()
450 if (l2vpn_pw_ok(pw, fnh)) in l2vpn_recv_pw_status_wcard()
464 struct fec_nh *fnh; in l2vpn_sync_pws() local
477 if (fnh == NULL) in l2vpn_sync_pws()
[all …]
H A Dlde.c597 kr.nexthop.v4 = fnh->nexthop.v4; in lde_send_change_klabel()
600 kr.priority = fnh->priority; in lde_send_change_klabel()
617 kr.priority = fnh->priority; in lde_send_change_klabel()
665 kr.priority = fnh->priority; in lde_send_delete_klabel()
682 kr.priority = fnh->priority; in lde_send_delete_klabel()
1087 struct fec_nh *fnh; in lde_nbr_del() local
1102 &fnh->nexthop)) in lde_nbr_del()
1117 fnh->remote_label = NO_LABEL; in lde_nbr_del()
1182 struct fec_nh *fnh; in lde_nbr_addr_update() local
1201 if (ldp_addrcmp(fnh->af, &fnh->nexthop, in lde_nbr_addr_update()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dspec6.C68 void fnh() throw(int, char); // ERROR - to previous declaration
69 void fnh() throw(int, float){} // ERROR - declaration different exceptions in fnh() function