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...] |