/src/usr.sbin/ldpd/ |
pdu.c | 52 memcpy(&p->ldp_id, &p1->ldp_id, sizeof(struct in_addr)); 68 if (p->ldp_id.s_addr != rpdu->ldp_id.s_addr) { 70 inet_ntoa(rpdu->ldp_id)); 71 fatalp("%s\n", inet_ntoa(p->ldp_id));
|
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...] |
socketops.h | 61 struct in_addr ldp_id; member in struct:hello_info
|
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...] |
ldp_peer.h | 59 * I use ldp_id as peer identificator. 63 struct in_addr ldp_id; member in struct:ldp_peer
|
ldp_peer.c | 112 ldp_peer_new(const struct in_addr * ldp_id, const struct sockaddr * padd, 150 ldp_id->s_addr == cn->address.s_addr) { 169 memcpy(&p->ldp_id, ldp_id, sizeof(struct in_addr)); 227 fatalp("LDP Neighbour %s is DOWN\n", inet_ntoa(p->ldp_id)); 253 warnp("LDP Neighbor %s holddown timer expired\n", inet_ntoa(p->ldp_id)); 268 (const void *) &p->ldp_id, 286 (const void*)&p->ldp_id, sizeof(*a)) == 0) 330 inet_ntoa(p->ldp_id)); 367 inet_ntoa(p->ldp_id)); [all...] |
ldp_command.c | 414 inet_ntoa(p->ldp_id)); 497 inet_ntoa(p->ldp_id), lm->label, lma, lm->prefix); 549 inet_ntoa(hi->ldp_id),
|
tlv_stack.c | 123 inet_ntoa(p->ldp_id), satos(&socktmp.sa), 139 inet_ntoa(lbl_check->p->ldp_id)); 250 inet_ntoa(peer->ldp_id));
|