Searched refs:getport (Results 1 – 12 of 12) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | getport.c | 14 getport(frentry_t *fr, char *name, u_short *port, char *proto) in getport() function
|
H A D | Makefile | 15 getnattype.c getport.c getportproto.c getproto.c getsumd.c \
|
H A D | parseipfexpr.c | 242 if (getport(NULL, s, &port, proto) == -1) in parseipfexpr()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | net.c | 87 getport(const struct printer *pp, const char *rhost, int rport) in getport() function
|
H A D | lp.h | 284 int getport(const struct printer *_pp, const char *_rhost, int _rport);
|
H A D | rmjob.c | 354 rem = getport(pp, pp->remote_host, 0); in rmremote()
|
H A D | displayq.c | 241 fd = getport(pp, pp->remote_host, 0); in displayq()
|
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch_if.m | 138 METHOD int getport {
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 218 extern int getport(struct frentry *, char *, u_short *, char *);
|
H A D | ipf_y.y | 1432 servicename { if (getport(frc, $1,
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1848 pfd = getport(pp, ep, port); in opennet() 1919 pfd = getport(pp, pp->remote_host, 0); in openrem()
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat_y.y | 716 | YY_STR { if (getport(NULL, $1,
|