Searched refs:piePtr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_sock.c68 11may00 drj Free()'d the piePtr calloc()'d in the local
334 struct protoent* piePtr; /* Protocol Information Entry Pointer */ local
412 if ((piePtr=getprotobyname((char*)protocol)) == 0)
417 (void)free (piePtr); /* it was calloc()'d in the local getprotobyname() */
433 sFd = socket (PF_INET, sType, piePtr->p_proto);
435 (void)free (piePtr); /* it was calloc()'d in the local getprotobyname() */
484 struct protoent* piePtr; /* Protocol Information Entry Pointer */ local
543 if ((piePtr=getprotobyname((char*)protocol)) == 0)
561 sFd = socket (PF_INET, sType, piePtr->p_proto);

Completed in 54 milliseconds