Home
last modified time | relevance | path

Searched refs:portbuf (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c153 char portbuf[8], *s; local
187 bzero(portbuf, sizeof(portbuf));
188 COPYDATA(m, off, MIN(sizeof(portbuf), dlen), portbuf);
190 portbuf[sizeof(portbuf) - 1] = '\0';
191 s = portbuf;
196 dlen, portbuf);
/f-stack/freebsd/mips/cavium/octe/
H A Dmv88e61xxphy.c144 char portbuf[] = "N"; in mv88e61xxphy_attach() local
182 portbuf[0] = '0' + port; in mv88e61xxphy_attach()
183 portN_node = SYSCTL_ADD_NODE(ctx, port_tree, OID_AUTO, portbuf, in mv88e61xxphy_attach()