Searched defs:oport (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | fsys_tftp.c | 49 static unsigned short oport = 0; variable 134 iport, oport, 212 oport = ntohs(tr->udp.src); 214 oport, TFTP_MIN_PACKET, &tp); /* ack */ 281 iport, oport, 404 oport = ntohs (tr->udp.src); 411 oport, TFTP_MIN_PACKET, &tp);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 1846 uint16_t oport; local 1849 res = nvlist_lookup_uint16(old, nme, &oport); 1851 diff = (port != oport);
|
Completed in 84 milliseconds