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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c364 char msgBuf[msgsize]; local
365 char *dptr = msgBuf;
369 bzero(msgBuf, msgsize);
372 loglen = vsnprintf(msgBuf, msgsize, format, ap);
389 if ( !(strncmp( ipfwstring, msgBuf, ipfwstringlen))){
390 dptr = msgBuf+ipfwstringlen;

Completed in 25 milliseconds