Lines Matching refs:pent
161 struct protoent *pent; in cnfp_v1_print() local
213 pent = getprotobynumber(nr->proto); in cnfp_v1_print()
214 if (!pent || ndo->ndo_nflag) in cnfp_v1_print()
217 ND_PRINT((ndo, "%s ", pent->p_name)); in cnfp_v1_print()
220 if (pent && pent->p_proto == IPPROTO_TCP) { in cnfp_v1_print()
251 struct protoent *pent; in cnfp_v5_print() local
310 pent = getprotobynumber(nr->proto); in cnfp_v5_print()
311 if (!pent || ndo->ndo_nflag) in cnfp_v5_print()
314 ND_PRINT((ndo, "%s ", pent->p_name)); in cnfp_v5_print()
317 if (pent && pent->p_proto == IPPROTO_TCP) { in cnfp_v5_print()
348 struct protoent *pent; in cnfp_v6_print() local
407 pent = getprotobynumber(nr->proto); in cnfp_v6_print()
408 if (!pent || ndo->ndo_nflag) in cnfp_v6_print()
411 ND_PRINT((ndo, "%s ", pent->p_name)); in cnfp_v6_print()
414 if (pent && pent->p_proto == IPPROTO_TCP) { in cnfp_v6_print()