Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/ldpd/ | |
socketops.h | 61 struct in_addr ldp_id; member in struct:hello_info |
pdu.h | 50 struct in_addr ldp_id; member in struct:ldp_pdu |
fsm.c | 62 struct in_addr ldp_id; local in function:run_ldp_hello 100 &pduid->ldp_id, sizeof(struct in_addr)); 104 if (hi->ldp_id.s_addr == pduid->ldp_id.s_addr && 113 hi->ldp_id.s_addr = pduid->ldp_id.s_addr; 129 ldp_id = pduid->ldp_id; 130 if (!get_ldp_peer_by_id(&ldp_id)) { 139 peer = ldp_peer_new(&ldp_id, padd [all...] |
ldp_peer.h | 59 * I use ldp_id as peer identificator. 63 struct in_addr ldp_id; member in struct:ldp_peer |
socketops.c | 407 struct in_addr ldp_id; local in function:send_hello 447 inet_aton(LDP_ID, &ldp_id); 448 spdu->ldp_id = ldp_id; 698 inet_aton(LDP_ID, &my_ldp_addr); 699 if (rpdu.ldp_id.s_addr == my_ldp_addr.s_addr) { 722 c, inet_ntoa(rpdu.ldp_id), rpdu.length, rpdu.version); 753 inet_ntoa(p->ldp_id)); 761 inet_ntoa(p->ldp_id)); 1392 struct in_addr ldp_id; local in function:send_tlv [all...] |